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 65e456f commit adb102f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
configuration: [ Release ]
configuration: [ Debug, Release ]

runs-on: windows-latest

Expand All @@ -31,12 +31,9 @@ jobs:
with:
dotnet-version: 6.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

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

0 comments on commit adb102f

Please sign in to comment.