File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ resources:
3333 - repository : uitools
3434 type : github
3535 name : xamarin/UITools
36- ref : refs/heads/main
36+ ref : refs/heads/dev/pjc/latest-android-api
3737 endpoint : xamarin
3838
3939parameters :
@@ -807,7 +807,7 @@ stages:
807807 $branchName = "main"
808808 }
809809 Set-Location -Path $(System.DefaultWorkingDirectory)/UITools
810- git checkout $branchName
810+ git checkout dev/pjc/latest-android-api
811811 git submodule update -q --init --recursive
812812 displayName: Clone and update UITools
813813
@@ -888,7 +888,7 @@ stages:
888888 $branchName = "main"
889889 }
890890 Set-Location -Path $(System.DefaultWorkingDirectory)\UITools
891- git checkout $branchName
891+ git checkout dev/pjc/latest-android-api
892892 git submodule update -q --init --recursive
893893 displayName: Clone and update UITools
894894
You can’t perform that action at this time.
0 commit comments