From a5cd3a3f1c951ecf15e9b8b564ccab02e671939d Mon Sep 17 00:00:00 2001 From: Han Zhang Date: Mon, 25 Jul 2022 12:21:27 +0800 Subject: [PATCH] Update 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 e9c48e61..7f42859b 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.98 + vstsPackageVersion: 0.0.99 - task: NuGetToolInstaller@1 displayName: Use NuGet 5.x