Update release pipeline to use newer StoreBroker tasks (#727)

Updating the release pipeline to use the newer StoreBroker v2 tasks
for automated deployment to the Store.

Must rev the version of the internals package in order to get the
latest version of the PDP files and config file.
This commit is contained in:
Howard Wolosky
2019-10-22 15:41:26 -07:00
committed by GitHub
parent d5046e1ffc
commit 357bb34c21
2 changed files with 61 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- checkout: self
clean: true
- task: UniversalPackages@0
displayName: Download internals package
inputs:
@@ -29,7 +29,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.19
vstsPackageVersion: 0.0.22
- template: ./build-single-architecture.yaml
parameters:
@@ -64,4 +64,4 @@ jobs:
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: Detect open source components
inputs:
sourceScanPath: $(Agent.BuildDirectory)
sourceScanPath: $(Agent.BuildDirectory)