Update NuGetToolInstaller task to use latest (#3826)
This commit is contained in:
Родитель
b57fa7b15f
Коммит
6bff6a2ef8
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче