From 39e4648501c7ce3006be699f6c764054d92a0e97 Mon Sep 17 00:00:00 2001 From: punker76 Date: Mon, 23 Nov 2020 11:45:31 +0100 Subject: [PATCH] Azure pipeline: use NuGet 5.8.0 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea62dcc..526cae6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,10 +28,10 @@ stages: - task: NuGetToolInstaller@1 inputs: - versionSpec: '5.5.1' + versionSpec: '5.8.0' - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 5.0' + displayName: 'Install .NET Core SDK 5.0' inputs: packageType: sdk version: 5.0.100