Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Dec 4, 2024
1 parent bfbeec9 commit 808e8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore NuGet Packages
run: -
run: |
msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration /p:Platform=x86
msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration /p:Platform=x64
msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration /p:Platform=ARM
Expand Down

0 comments on commit 808e8a8

Please sign in to comment.