Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NukedBart authored Feb 23, 2024
1 parent 3983f40 commit 40c43fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
configuration: [Debug, Release]
platform: [x64, x86]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -24,4 +25,4 @@ jobs:
dotnet-version: 6.0.x

- name: Build
run: dotnet build $env:Solution_Name --configuration ${{ matrix.configuration }}
run: dotnet build $env:Solution_Name --configuration ${{ matrix.configuration }} --platform ${{ matrix.platform }}

0 comments on commit 40c43fe

Please sign in to comment.