From e0430a413cc278b9401271ed0373fb5985ce637e Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 17:57:32 -0800 Subject: [PATCH] added a config for git --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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)