Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsnatcher73 authored Jan 16, 2024
1 parent 880485b commit 7ce57b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Build the application
run: dotnet build $env:Solution_Name /c $env:Configuration
run: dotnet build $env:Solution_Name -c $env:Configuration
env:
Configuration: ${{ matrix.configuration }}

0 comments on commit 7ce57b2

Please sign in to comment.