Update NuGet Version in build pipeline

This commit is contained in:
Michael Hawker MSFT (XAML Llama) 2022-10-19 12:09:40 -07:00 коммит произвёл GitHub
Родитель 2233ac655f
Коммит 4eadc8740c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -28,10 +28,10 @@ jobs:
displayName: Setup Environment Variables
- task: NuGetToolInstaller@0
displayName: Use NuGet 5.6.0
displayName: Use NuGet 5.11.x
inputs:
versionSpec: 5.6.0
versionSpec: 5.11.x
- task: DotNetCoreCLI@2
inputs:
command: custom