Move nbgv installation in azp outside the src dir

The Agent.ToolsDirectory is a popular place to put versioned tools like this.
This commit is contained in:
Andrew Arnott 2019-07-12 13:32:27 -06:00
Родитель 26871ccaea
Коммит 1263ef34db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A9B9910CDCCDA441
2 изменённых файлов: 5 добавлений и 3 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -342,3 +342,6 @@ healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# dotnet tool local install directory
.store/

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

@ -8,10 +8,9 @@ jobs:
- template: install-dependencies.yml
- powershell: |
dotnet tool install --tool-path .. nbgv --ignore-failed-sources
../nbgv cloud
dotnet tool install --tool-path $(Agent.ToolsDirectory) nbgv --ignore-failed-sources
$(Agent.ToolsDirectory)/nbgv cloud
displayName: Set build number
workingDirectory: src
- template: dotnet.yml
- template: expand-template.yml