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 4b7ee01 commit 090000bCopy full SHA for 090000b
1 file changed
.github/workflows/ci.yml
@@ -39,9 +39,10 @@ jobs:
39
uses: microsoft/setup-msbuild@v3
40
41
- name: Restore the application
42
- run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
+ run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration /p:Platform=$env:Platform
43
env:
44
Configuration: ${{ matrix.configuration }}
45
+ Platform: ${{ matrix.platform }}
46
47
- name: Decode the pfx
48
run: |
0 commit comments