From e91b88d1e94c7b37e950575c345614b3a2cbc13a Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" <24302614+michael-hawker@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:59:04 -0700 Subject: [PATCH] Update NuGet to 5.11.x --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4af407c..1e0f608 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,9 +28,9 @@ steps: # Install Nuget Tool Installer - task: NuGetToolInstaller@0 - displayName: Use NuGet 5.0.0 + displayName: Use NuGet 5.11.x inputs: - versionSpec: 5.0.0 + versionSpec: 5.11.x # Install NBGV Tool - task: DotNetCoreCLI@2