Skip to content

Commit

Permalink
use Nuget 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v-pegao committed Sep 10, 2021
1 parent 6e1d3ca commit 98afb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- task: NuGetToolInstaller@1
displayName: 'Use NuGet'
inputs:
versionSpec: 5.9.1
versionSpec: 5.9.0

- task: CmdLine@1
displayName: 'npm install'
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- task: NuGetToolInstaller@1
displayName: 'Use NuGet'
inputs:
versionSpec: 5.9.1
versionSpec: 5.9.0

- task: CmdLine@1
displayName: 'npm install'
Expand Down

0 comments on commit 98afb36

Please sign in to comment.