зеркало из
1
0
Форкнуть 0
This commit is contained in:
Aaron Lahman 2021-05-14 11:56:24 -07:00
Родитель 6355e76842
Коммит 7766293e2b
2 изменённых файлов: 19 добавлений и 3 удалений

12
.config/dotnet-tools.json Normal file
Просмотреть файл

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"nbgv": {
"version": "3.4.194",
"commands": [
"nbgv"
]
}
}
}

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

@ -22,10 +22,14 @@ stages:
inputs:
command: custom
custom: tool
arguments: install --tool-path . nbgv
displayName: Install NBGV tool
arguments: restore
displayName: Install NBGV and other dotnet tools
- script: nbgv cloud
- task: DotNetCoreCLI@2
inputs:
command: custom
custom: nbgv
arguments: cloud
displayName: Set Version
- task: NuGetToolInstaller@1