From 6972145045446ce6b4265041dd4039431f8d82d0 Mon Sep 17 00:00:00 2001 From: Han Zhang Date: Wed, 27 Jul 2022 16:29:55 +0800 Subject: [PATCH] Update internal package version --- build/pipelines/templates/build-single-architecture.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 313a50a6..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.102 + vstsPackageVersion: 0.0.103 - task: NuGetToolInstaller@1 displayName: Use NuGet 5.x