From 127801a9bf3fe83d09e52a075faf50275d6fe72b Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Wed, 18 Mar 2020 08:17:25 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3702e6a..d713d0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,9 @@ jobs: variables: buildConfiguration: 'Debug' steps: - - task: NuGetToolInstaller@0 + - task: NuGetToolInstaller@1 + inputs: + versionSpec: '5.x' - task: NuGetCommand@2 displayName: 'NuGet Restore Packages' @@ -73,7 +75,9 @@ jobs: variables: buildConfiguration: 'Release' steps: - - task: NuGetToolInstaller@0 + - task: NuGetToolInstaller@1 + inputs: + versionSpec: '5.x' - task: NuGetCommand@2 displayName: 'NuGet Restore Packages'