added a config for git

This commit is contained in:
Ken
2019-02-25 17:57:32 -08:00
parent 3997173f45
commit e0430a413c

View File

@@ -16,6 +16,8 @@ steps:
displayName: 'Install Node.js'
- script: |
git config user.email "kchau@microsoft.com"
git config user.name "Ken Chau"
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
npm install
git checkout -b build_$(Build.BuildId)