This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments