Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 59a4b37

Browse files
authored
Merge pull request #25 from LanceMcCarthy/lance/build-mode-fix
Repair UapAppxPackageBuildMode values
2 parents 78be100 + 9474a49 commit 59a4b37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
AppxBundle: Never
130130
AppInstallerUri: ${{ matrix.DistributionUrl }}
131-
BuildMode: SideLoadOnly
131+
BuildMode: SideloadOnly
132132
Configuration: ${{ matrix.Configuration }}
133133
GenerateAppInstallerFile: True
134134
TargetPlatform: ${{ matrix.targetplatform }}
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
AppxBundle: Never
142142
AppxPackageSigningEnabled: False
143-
BuildMode: StoreOnly
143+
BuildMode: StoreUpload
144144
Configuration: ${{ matrix.Configuration }}
145145
GenerateAppInstallerFile: False
146146
TargetPlatform: ${{ matrix.targetplatform }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: msbuild $env:Solution_Path /p:Platform=$env:TargetPlatform /p:Configuration=$env:Configuration /p:UapAppxPackageBuildMode=$env:BuildMode /p:AppxBundle=$env:AppxBundle /p:PackageCertificateKeyFile=$env:SigningCertificate /p:PackageCertificatePassword=${{ secrets.Pfx_Key }}
8686
env:
8787
AppxBundle: Never
88-
BuildMode: SideLoadOnly
88+
BuildMode: SideloadOnly
8989
Configuration: Debug
9090
TargetPlatform: ${{ matrix.targetplatform }}
9191

0 commit comments

Comments
 (0)