We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c774903 commit 988ac72Copy full SHA for 988ac72
azure-pipelines.yml
@@ -99,7 +99,7 @@ stages:
99
solution: '**/*.sln'
100
configuration: $(BuildConfiguration)
101
msbuildArguments: '/p:Version="$(ApplicationVersion)"
102
- /p:UapAppxPackageBuildMode=CI
+ /p:UapAppxPackageBuildMode=StoreUpload
103
/p:AppxBundlePlatforms="$(BundlePlatforms)"
104
/p:AppxPackageDir="$(Build.SourcesDirectory)/packed"
105
/p:AppxBundle=Always
0 commit comments