We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2c44e commit 0cc2caaCopy full SHA for 0cc2caa
.github/workflows/build.yml
@@ -27,12 +27,12 @@ jobs:
27
uses: actions/setup-dotnet@v5
28
with:
29
dotnet-version: '9.0.x'
30
-
+
31
- name: Setup MSBuild
32
uses: microsoft/setup-msbuild@v2
33
34
- name: Restore
35
- run: msbuild "Simple QR Code Maker.sln" /t:Restore /p:Configuration=${{ matrix.configuration }}
36
+ run: msbuild "Simple QR Code Maker.sln" /t:Restore /p:Configuration=Release /p:Platform=x64
37
- name: Build
38
- run: msbuild "Simple QR Code Maker.sln" /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
+ run: msbuild "Simple QR Code Maker.sln" /p:Configuration=Release /p:Platform=x64
0 commit comments