Skip to content

Commit 20572d0

Browse files
authored
Update build.yml
1 parent 7a5de1d commit 20572d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
install-dotnet:
2323
runs-on: windows-latest
24+
env:
25+
Solution_Name: ShadowViewer
2426
steps:
2527
- uses: mickem/clean-after-action@v1
2628

@@ -45,7 +47,7 @@ jobs:
4547
restore-keys: |
4648
${{ runner.os }}-nuget-
4749
- name: Restore the application
48-
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
4951
env:
5052
Configuration: ${{ matrix.configuration }}
5153

0 commit comments

Comments
 (0)