mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
added a config for git
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user