We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5de1d commit 20572d0Copy full SHA for 20572d0
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
22
install-dotnet:
23
runs-on: windows-latest
24
+ env:
25
+ Solution_Name: ShadowViewer
26
steps:
27
- uses: mickem/clean-after-action@v1
28
@@ -45,7 +47,7 @@ jobs:
45
47
restore-keys: |
46
48
${{ runner.os }}-nuget-
49
- name: Restore the application
- run: msbuild $env:Solution_Name/$env:Solution_Name.csproj /t:Restore /p:Configuration=$env:Configuration
50
+ run: msbuild $env:Solution_Name/$env:Solution_Name.csproj /t:Restore /p:Configuration=Debug
51
env:
52
Configuration: ${{ matrix.configuration }}
53
0 commit comments