Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Replace NuGet installer with template.

***NO_CI***
  • Loading branch information
josesimoes committed Jun 1, 2021
1 parent c966a49 commit 33dd559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') )
Expand Down

0 comments on commit 33dd559

Please sign in to comment.