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