From 27747bfa9c9cfda416fc0fad1ba18d413fff4634 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 21:01:54 -0800 Subject: [PATCH] have it pull the latest --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce90c4b..e507045 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,7 @@ steps: git config user.name "Ken Chau" git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git git checkout master + git pull npm install git checkout -b build_$(Build.BuildId) npm run build