From fa36caf25f8fb3e081ae0d2a6191809e71b48e40 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:36:59 -0700 Subject: [PATCH] Update screenshots for Store product description page (#1864) * Update build-single-architecture.yaml * Update package-msixbundle.yaml --- build/pipelines/templates/build-single-architecture.yaml | 2 +- build/pipelines/templates/package-msixbundle.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 65792e7..7e1e157 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -45,7 +45,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.78 + vstsPackageVersion: 0.0.91 - task: NuGetToolInstaller@1 displayName: Use NuGet 5.x diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index bf6f695..36d98e9 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -47,7 +47,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.78 + vstsPackageVersion: 0.0.91 - task: PowerShell@2 displayName: Generate MsixBundle mapping @@ -155,4 +155,4 @@ jobs: displayName: Publish StoreBroker Payload artifact inputs: pathtoPublish: $(StoreBrokerPackagePath) - artifactName: storeBrokerPayload \ No newline at end of file + artifactName: storeBrokerPayload