Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje authored Feb 15, 2024
1 parent 0448172 commit 07ecf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: microsoft/setup-msbuild@v1.1
- run: nuget restore ${{ env.SOLUTION_NAME }}.sln
- run: msbuild /m '/p:Configuration=Release;Platform="${{ matrix.platform }}"' ${{ env.SOLUTION_NAME }}.sln
- run: msbuild /m /p:Configuration=Release /p:Platform="${{ matrix.platform }}" ${{ env.SOLUTION_NAME }}.sln
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 07ecf83

Please sign in to comment.