fix: update publish profiles and build configuration for ARM64, x64, and x86 platforms

This commit is contained in:
Zhe Fang
2025-06-12 07:23:29 -04:00
parent cf5e4a7e8c
commit fdafb96852
5 changed files with 19 additions and 19 deletions

View File

@@ -59,13 +59,7 @@ jobs:
# Create the app package by building and packaging the project
- name: Create the app package
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=true /p:SelfContained=true
env:
Appx_Bundle: Always
Appx_Package_Build_Mode: StoreUpload
Appx_Package_Dir: AppPackages\
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}
run: msbuild
# Remove the pfx
- name: Remove the pfx