File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1212 build :
1313
1414 runs-on : windows-2022
15- env :
16- SLN_PATH : Battlefield rich presence.sln
1715
1816 steps :
19172624
2725 - name : Setup Nuget
282629-
30- - name : Find devenv.com
31- run : |
32- vswhere.exe -help
33- vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
34- vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | Select-Object -First 1 | Join-Path -ChildPath Common7\IDE\
3527
3628 - name : Find devenv.com and add it to PATH
3729 run : |
4335
4436 - name : Build
4537 run : |
46- devenv.com $env:SLN_PATH /build release
38+ devenv.com "Battlefield rich presence.sln" /build release
4739
4840 - name : Add tag to artifact name
4941 run : |
You can’t perform that action at this time.
0 commit comments