From abaaa2ebe3c54980ce43d4c535e5f3830f3f574b Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Wed, 20 Aug 2025 17:02:46 +0800 Subject: [PATCH] update internal package version to 119 --- build/pipelines/templates/build-single-architecture.yaml | 2 +- build/pipelines/templates/package-msixbundle.yaml | 2 +- build/pipelines/templates/release-vpack.yaml | 2 +- 3 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 a6e600e7..556ffe59 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -49,7 +49,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.117 + vstsPackageVersion: 0.0.119 - task: NuGetToolInstaller@1 displayName: Use NuGet 6.x diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index 34e1d9f1..50559d04 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -91,7 +91,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.117 + vstsPackageVersion: 0.0.119 - task: PowerShell@2 displayName: Generate MsixBundle mapping diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index dfc5aa5e..6750bba5 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -44,7 +44,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.117 + vstsPackageVersion: 0.0.119 - pwsh: | $configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"