Skip to content

Commit

Permalink
Specify nuget version to use
Browse files Browse the repository at this point in the history
This shields us against default version changes and service outages such as the one we just experienced.
  • Loading branch information
AArnott committed Apr 8, 2020
1 parent fbca91f commit 8441b31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines/publish-deployables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ steps:
displayName: Download deployables
artifact: deployables-Windows

- task: NuGetToolInstaller@1
displayName: Use NuGet 5.x
inputs:
versionSpec: 5.x

- task: NuGetCommand@2
displayName: Push packages to CI feed
inputs:
Expand Down

0 comments on commit 8441b31

Please sign in to comment.