From 1da3bc7f1f59712f5c44fe3ce0e4125e02bcc16e Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:40:32 -0400 Subject: [PATCH] Use Nuget 6.x (#13937) ## Summary of the Pull Request Update Nuget used --- build/pipelines/templates/helix-runtests-job.yml | 4 ++-- build/pipelines/templates/pgo-merge-pgd-job.yml | 4 ++-- build/pipelines/templates/restore-nuget-steps.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/pipelines/templates/helix-runtests-job.yml b/build/pipelines/templates/helix-runtests-job.yml index 853125d709..2036857cac 100644 --- a/build/pipelines/templates/helix-runtests-job.yml +++ b/build/pipelines/templates/helix-runtests-job.yml @@ -43,9 +43,9 @@ jobs: filename: 'set' - task: NuGetToolInstaller@0 - displayName: 'Use NuGet 5.2.0' + displayName: 'Use NuGet 6.3.0' inputs: - versionSpec: 5.2.0 + versionSpec: 6.3.0 - task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2 displayName: 'NuGet restore build/Helix/packages.config' diff --git a/build/pipelines/templates/pgo-merge-pgd-job.yml b/build/pipelines/templates/pgo-merge-pgd-job.yml index 8a1c242311..89cf5319cc 100644 --- a/build/pipelines/templates/pgo-merge-pgd-job.yml +++ b/build/pipelines/templates/pgo-merge-pgd-job.yml @@ -27,9 +27,9 @@ jobs: displayName: 'Retrieve VC tools directory' - task: NuGetToolInstaller@0 - displayName: 'Use NuGet 5.2.0' + displayName: 'Use NuGet 6.3.0' inputs: - versionSpec: 5.2.0 + versionSpec: 6.3.0 - task: NuGetAuthenticate@0 diff --git a/build/pipelines/templates/restore-nuget-steps.yml b/build/pipelines/templates/restore-nuget-steps.yml index 08ae24f042..f92c7aa5cc 100644 --- a/build/pipelines/templates/restore-nuget-steps.yml +++ b/build/pipelines/templates/restore-nuget-steps.yml @@ -1,8 +1,8 @@ steps: - task: NuGetToolInstaller@0 - displayName: 'Use NuGet 5.2.0' + displayName: 'Use NuGet 6.3.0' inputs: - versionSpec: 5.2.0 + versionSpec: 6.3.0 - task: NuGetAuthenticate@0