From 660cada7c2f928b858f2e3bf21a5761741e76960 Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Sat, 25 Nov 2023 18:48:49 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Nuget v6 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 32bccca8..827f3b1f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,9 +13,9 @@ variables: steps: - task: NuGetToolInstaller@0 - displayName: 'Use NuGet 5.x' + displayName: 'Use NuGet 6.x' inputs: - versionSpec: 5.x + versionSpec: 6.x - task: NuGetCommand@2 displayName: 'NuGet restore'