Skip to content

Commit

Permalink
workflow: build multiple platforms before bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
KexyBiscuit committed Jan 1, 2024
1 parent b09e71a commit 208b41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild.exe /m /p:Configuration=Release /p:Platform=ARM64
msbuild.exe /m /p:Configuration=Release /p:Platform=x64
msbuild.exe /m /p:Configuration=Release /p:AppxBundlePlatforms="x64|ARM64" /p:AppxPackageDir=AppxPackages_x64_arm64 /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload .
- name: Upload CI artifact
Expand Down

0 comments on commit 208b41c

Please sign in to comment.