Skip to content

Commit 0cc2caa

Browse files
committed
tweak MSBuild args
1 parent dd2c44e commit 0cc2caa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: '9.0.x'
30-
30+
3131
- name: Setup MSBuild
3232
uses: microsoft/setup-msbuild@v2
33-
33+
3434
- name: Restore
35-
run: msbuild "Simple QR Code Maker.sln" /t:Restore /p:Configuration=${{ matrix.configuration }}
36-
35+
run: msbuild "Simple QR Code Maker.sln" /t:Restore /p:Configuration=Release /p:Platform=x64
36+
3737
- name: Build
38-
run: msbuild "Simple QR Code Maker.sln" /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
38+
run: msbuild "Simple QR Code Maker.sln" /p:Configuration=Release /p:Platform=x64

0 commit comments

Comments
 (0)