Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Ensure an older NuGet is installed (#14400)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml

* Use 5.8.1

Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
  • Loading branch information
rmarinho and mattleibow committed Jul 7, 2021
1 parent 46d1d9d commit 6dfd32d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
- name: BuildVersion
value: $[counter('nuget-counter', 126)]
- name: NUGET_VERSION
value: 5.6.0
value: 5.8.1
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: true
- name: DOTNET_VERSION
Expand Down Expand Up @@ -259,5 +259,7 @@ stages:
signedArtifactPath: signed
displayName: Sign Phase
condition: and(succeeded(), ne(variables['signVmImage'], ''), or(eq(variables['Sign'], 'true'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'],'refs/tags/'))))


preSignSteps:
- task: NuGetToolInstaller@1
inputs:
versionSpec: $(NUGET_VERSION)

0 comments on commit 6dfd32d

Please sign in to comment.