We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d999cc + 853a17c commit d2a3923Copy full SHA for d2a3923
.github/workflows/dotnet-desktop.yml
@@ -94,7 +94,7 @@ jobs:
94
95
# Restore the application to populate the obj folder with RuntimeIdentifiers
96
- name: Restore the application
97
- run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
+ run: msbuild $env:GameLauncher1 /t:Restore /p:Configuration=$env:Configuration
98
env:
99
Configuration: ${{ matrix.configuration }}
100
0 commit comments