File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ stages:
749749 EnableRegressionTest : true
750750 steps :
751751 - script : |
752- git clone -q https://$(GitHub.Token)@github.com/xamarin/designer.git
752+ git clone -q https://$(GitHub.Token)@github.com/xamarin/designer.git --branch android-update-mydriving
753753 cd designer
754754 git submodule update -q --init --recursive
755755 displayName: Clone and update designer
@@ -785,7 +785,7 @@ stages:
785785 VisualStudioInstallationPath : C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
786786 steps :
787787 - script : |
788- git clone -q https://$(GitHub.Token)@github.com/xamarin/designer.git
788+ git clone -q https://$(GitHub.Token)@github.com/xamarin/designer.git --branch android-update-mydriving
789789 cd designer
790790 git submodule update -q --init --recursive
791791 displayName: Clone and update designer
You can’t perform that action at this time.
0 commit comments