mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
get on master branch to do this work
This commit is contained in:
@@ -19,6 +19,7 @@ steps:
|
|||||||
git config user.email "kchau@microsoft.com"
|
git config user.email "kchau@microsoft.com"
|
||||||
git config user.name "Ken Chau"
|
git config user.name "Ken Chau"
|
||||||
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
|
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
|
||||||
|
git checkout master
|
||||||
npm install
|
npm install
|
||||||
git checkout -b build_$(Build.BuildId)
|
git checkout -b build_$(Build.BuildId)
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user