Install sleet in bin subfolder (#23)

* less likely to collide on build agent
* avoids problem where install -g isn't already on path
This commit is contained in:
Louis DeJardin 2018-09-25 12:13:11 -07:00 коммит произвёл GitHub
Родитель 7d35662e05
Коммит 892d11213f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -1,3 +1,3 @@
dotnet tool install -g sleet
sleet init --source packages
sleet push {{ latest.drop }}\tools --source packages
dotnet tool install sleet --tool-path .\bin
.\bin\sleet init --source packages
.\bin\sleet push {{ latest.drop }}\tools --source packages

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

@ -1,3 +1,3 @@
dotnet tool install -g sleet
sleet init --source packages
sleet push {{ latest.drop }}/tools --source packages
dotnet tool install sleet --tool-path ./bin
./bin/sleet init --source packages
./bin/sleet push {{ latest.drop }}/tools --source packages