Skip to content

Commit

Permalink
Update azure-build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiseni committed Mar 21, 2021
1 parent c3ffe70 commit 12cb583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-build-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ steps:
custom: '--version'

- task: NuGetToolInstaller@0
displayName: 'Use NuGet 4.9.3'
displayName: 'Use NuGet 5.9.0'
inputs:
versionSpec: 4.9.3
versionSpec: 5.9.0

- task: NuGetCommand@2
inputs:
Expand Down
4 changes: 2 additions & 2 deletions azure-build-efcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ steps:
custom: '--version'

- task: NuGetToolInstaller@0
displayName: 'Use NuGet 4.9.3'
displayName: 'Use NuGet 5.9.0'
inputs:
versionSpec: 4.9.3
versionSpec: 5.9.0

- task: NuGetCommand@2
inputs:
Expand Down
4 changes: 2 additions & 2 deletions azure-build-efcore3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ steps:
custom: '--version'

- task: NuGetToolInstaller@0
displayName: 'Use NuGet 4.9.3'
displayName: 'Use NuGet 5.9.0'
inputs:
versionSpec: 4.9.3
versionSpec: 5.9.0

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 12cb583

Please sign in to comment.