Update sample-js-samplebot-win-test.yml for Azure Pipelines

Using 3.1
This commit is contained in:
tracyboehrer 2023-07-13 09:01:59 -05:00
Родитель f5d95ce911
Коммит a1b5737369
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -288,6 +288,11 @@ jobs:
'-------------'; get-content "$file"; '==================='
displayName: Create nuget.config for Samples.$(SampleBotName).FunctionalTests.csproj for NuGet.org feed
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.1.426'
inputs:
version: 3.1.426
- task: NuGetCommand@2
displayName: NuGet restore dotnet Samples.$(SampleBotName).FunctionalTests.csproj
inputs: