From 0d557c529ed0ad20e933f6467ec1ab705c74b2fa Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 6 May 2020 22:33:22 +0200 Subject: [PATCH] Fixed build by using an nuget version. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff2201f..a47b6c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,8 @@ stages: steps: - task: NuGetToolInstaller@1 + inputs: + versionSpec: '5.5.1' - task: UseDotNet@2 displayName: 'Use .NET Core sdk 3.1.2'