From 02e95564346bde0a8c6b6e9112ce8b74d90bf1de Mon Sep 17 00:00:00 2001 From: hanzhang54 Date: Wed, 27 Jul 2022 17:18:23 +0800 Subject: [PATCH] Update internal package version (#1871) * Update internal package * Update internal package version * Update internal package --- build/pipelines/templates/build-single-architecture.yaml | 2 +- build/pipelines/templates/package-msixbundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index ed06ef15..f3d34bc5 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.101 + vstsPackageVersion: 0.0.103 - 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 dc1577b8..9701cb8d 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.101 + vstsPackageVersion: 0.0.103 - task: PowerShell@2 displayName: Generate MsixBundle mapping