From 60bafa86a29720240a7215f421ea5d4e434e4e41 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 6 Jul 2021 18:51:38 +0200 Subject: [PATCH 1/2] Update azure-pipelines.yml --- azure-pipelines.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa4b14560b0..1501e23259e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ variables: - name: BuildVersion value: $[counter('nuget-counter', 126)] - name: NUGET_VERSION - value: 5.6.0 + value: 5.8.0 - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE value: true - name: DOTNET_VERSION @@ -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) From 6e83818e2e8ad5f0b1842f3864a0376e0435021c Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 7 Jul 2021 11:20:41 +0100 Subject: [PATCH 2/2] Use 5.8.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1501e23259e..34b34cb33b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ variables: - name: BuildVersion value: $[counter('nuget-counter', 126)] - name: NUGET_VERSION - value: 5.8.0 + value: 5.8.1 - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE value: true - name: DOTNET_VERSION