Update NuGetToolInstaller task to use latest (#3826)

This commit is contained in:
BruceHaley 2022-09-15 10:48:23 -07:00 коммит произвёл GitHub
Родитель b57fa7b15f
Коммит 6bff6a2ef8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 8 добавлений и 24 удалений

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

@ -246,9 +246,7 @@ jobs:
displayName: Set Bot.Builder version reference in $(SampleBotName).csproj
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- task: NuGetCommand@2
displayName: NuGet restore $(SampleBotName).csproj

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

@ -244,9 +244,7 @@ jobs:
displayName: Set Bot.Builder version reference in $(SampleBotName).csproj
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- task: NuGetCommand@2
displayName: NuGet restore $(SampleBotName).csproj

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

@ -256,9 +256,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";

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

@ -266,9 +266,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";

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

@ -379,9 +379,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";

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

@ -393,9 +393,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";

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

@ -256,9 +256,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";

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

@ -276,9 +276,7 @@ jobs:
displayName: Set DIRECTLINE key, BOTID for running tests
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.5.1
inputs:
versionSpec: 5.5.1
displayName: "Use NuGet latest"
- powershell: |
$file = "$(System.DefaultWorkingDirectory)/samples/csharp_dotnetcore/tests/Samples.$(SampleBotName).FunctionalTests/nuget.config";