From 743f332c5ccd9f84a0d7990f3f6190376336a424 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 18:05:49 -0800 Subject: [PATCH] get on master branch to do this work --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7393258..47bf220 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,7 @@ steps: 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 + git checkout master npm install git checkout -b build_$(Build.BuildId) npm run build