diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8756502a..b612643c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -126,11 +126,7 @@ steps: scannerMode: 'MSBuild' projectKey: 'nanoframework_nf-debugger' -- task: NuGetToolInstaller@0 - condition: and( ne( variables['StartReleaseCandidate'], true ), ne(variables['UPDATE_DEPENDENTS'], 'true')) - displayName: 'Install specific version of NuGet' - inputs: - versionSpec: '5.8.0' +- template: azure-pipelines-templates/install-nuget.yml@templates - task: NuGetCommand@2 condition: and( succeeded(), ne( variables['StartReleaseCandidate'], true ), ne(variables['UPDATE_DEPENDENTS'], 'true') )