-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Clean up release workflow
- Loading branch information
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ jobs: | |
build: | ||
|
||
runs-on: windows-2022 | ||
env: | ||
SLN_PATH: Battlefield rich presence.sln | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -26,12 +24,6 @@ jobs: | |
|
||
- name: Setup Nuget | ||
uses: Nuget/[email protected] | ||
|
||
- name: Find devenv.com | ||
run: | | ||
vswhere.exe -help | ||
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | ||
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | Select-Object -First 1 | Join-Path -ChildPath Common7\IDE\ | ||
|
||
- name: Find devenv.com and add it to PATH | ||
run: | | ||
|
@@ -43,7 +35,7 @@ jobs: | |
- name: Build | ||
run: | | ||
devenv.com $env:SLN_PATH /build release | ||
devenv.com "Battlefield rich presence.sln" /build release | ||
- name: Add tag to artifact name | ||
run: | | ||
|