From c99ec0308bd1977f1d51494576848ebb1bf73e2f Mon Sep 17 00:00:00 2001 From: Yuwei Ba Date: Fri, 21 Jun 2019 03:03:06 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e620aab..dfb3d58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,12 @@ variables: buildConfiguration: 'Release' steps: + +- task: NuGetToolInstaller@0 + inputs: + versionSpec: '5.1.0' + #checkLatest: false # Optional + - task: DotNetCoreInstaller@0 inputs: version: '3.0.100-preview6-012264' # replace this value with the version that you need for your project