Skip to content

Commit f0015a3

Browse files
committed
Test designer update
1 parent e8fdada commit f0015a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3939
parameters:
@@ -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

0 commit comments

Comments
 (0)