From f0015a35ced0b11b35bbab0ff7eeef74d1fc221e Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 17 Feb 2023 16:41:45 -0500 Subject: [PATCH] Test designer update --- build-tools/automation/azure-pipelines.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index acbac80bda7..e4f429bc6a7 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -33,7 +33,7 @@ resources: - repository: uitools type: github name: xamarin/UITools - ref: refs/heads/main + ref: refs/heads/dev/pjc/latest-android-api endpoint: xamarin parameters: @@ -807,7 +807,7 @@ stages: $branchName = "main" } Set-Location -Path $(System.DefaultWorkingDirectory)/UITools - git checkout $branchName + git checkout dev/pjc/latest-android-api git submodule update -q --init --recursive displayName: Clone and update UITools @@ -888,7 +888,7 @@ stages: $branchName = "main" } Set-Location -Path $(System.DefaultWorkingDirectory)\UITools - git checkout $branchName + git checkout dev/pjc/latest-android-api git submodule update -q --init --recursive displayName: Clone and update UITools