Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Nov 22, 2021
1 parent 09b5be4 commit c5ac9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
metadataUpdateMethod: 'JsonMetadata'
metadataPath: '$(system.defaultworkingdirectory)\NoApp\Store\appMetadata' # path where storeListing exists (with images)
updateImages: true
packagePath: '$(appxPackageDir)\*.msixupload'
packagePath: '$(Build.ArtifactStagingDirectory)\**\*.msixupload'
force: true #force will delete any in progess submission
skipPolling: true # if false, pipeline will finish after package is approved (or declined)
deletePackages: true
numberOfPackagesToKeep: '5'


0 comments on commit c5ac9cd

Please sign in to comment.