diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ed29a15..7393258 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)