Skip to content

Commit

Permalink
Test designer update
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Feb 17, 2023
1 parent e8fdada commit f0015a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f0015a3

Please sign in to comment.