This commit is contained in:
Ken 2019-02-03 21:21:43 -08:00
Родитель 943975d24e
Коммит dbfb50339e
1 изменённых файлов: 1 добавлений и 1 удалений

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

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