From 08f6a50c40cacb4eb3b926176c616e616d11d402 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Thu, 21 Feb 2019 13:30:15 -0800 Subject: [PATCH] Install NuGet in WindowsInternalRelease --- build/pipelines/templates/prepare-release-internalonly.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml index fafc8855..fed7984d 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -31,6 +31,12 @@ jobs: env: XES_DISABLEPROV: true + - task: NuGetToolInstaller@0 + displayName: Use NuGet 4.7.1 + inputs: + versionSpec: 4.7.1 + checkLatest: true + - task: DownloadBuildArtifacts@0 displayName: Download appxBundle artifact inputs: