move nbgv into tool restore
This commit is contained in:
Родитель
6355e76842
Коммит
7766293e2b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче