Update NuGet from 5.2.0 to 5.11.0 (#1724)

* Update NuGet from 5.2.0 to 5.11.0

* Update NuGet for MRT
This commit is contained in:
Ryan Shepherd 2021-11-04 12:26:16 -07:00 коммит произвёл GitHub
Родитель 99ac9397a5
Коммит b7be9d4635
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,5 @@
parameters:
nugetVersion: 5.2.0
nugetVersion: 5.11.0
steps:
- task: NuGetToolInstaller@0

Просмотреть файл

@ -14,9 +14,9 @@ steps:
modifyEnvironment: true
- task: NuGetToolInstaller@1
displayName: 'Use NuGet 5.6'
displayName: 'Use NuGet 5.11'
inputs:
versionSpec: 5.6
versionSpec: 5.11
continueOnError: true
# Start restoring packages for C++ projects. The C# ones will be restored by the build task

Просмотреть файл

@ -3,9 +3,9 @@ parameters:
steps:
- task: NuGetToolInstaller@1
displayName: 'Use NuGet 5.6'
displayName: 'Use NuGet 5.11'
inputs:
versionSpec: 5.6
versionSpec: 5.11
continueOnError: true
- task: DownloadBuildArtifacts@0