This commit is contained in:
Ken 2019-01-26 19:47:00 -08:00
Родитель f4ae7a2a85
Коммит 1142b48f5e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -20,6 +20,7 @@ steps:
- script: |
git config user.email "kchau@microsoft.com"
git config user.name "kchau@microsoft.com"
git remote set-url origin https://$(github.user):$(github.pat)@github.com/Microsoft/just-task.git
npm install
npm run build
node ./common/scripts/install-run-rush.js publish -a -p -b master -n $(npm.authtoken)