update exploration branch

This commit is contained in:
deepak1556 2020-09-10 18:29:41 -07:00
parent 4aefd4390f
commit 62b70e6bb5

View file

@ -31,10 +31,10 @@ steps:
git config user.email "vscode@microsoft.com"
git config user.name "VSCode"
git checkout origin/electron-x.y.z
git checkout origin/electron-11.x.y
git merge origin/master
# Push master branch into exploration branch
git push origin HEAD:electron-x.y.z
git push origin HEAD:electron-11.x.y
displayName: Sync & Merge Exploration