Skip to content

Commit 090000b

Browse files
authored
Add platform to restore
1 parent 4b7ee01 commit 090000b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
uses: microsoft/setup-msbuild@v3
4040

4141
- name: Restore the application
42-
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
42+
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration /p:Platform=$env:Platform
4343
env:
4444
Configuration: ${{ matrix.configuration }}
45+
Platform: ${{ matrix.platform }}
4546

4647
- name: Decode the pfx
4748
run: |

0 commit comments

Comments
 (0)