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