From 0997704c3d00c97df1fc1b11857748d034439a1d Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 18 Jan 2023 13:50:34 -0500 Subject: [PATCH] [ci] Pass token when building Designer tests Context: https://github.com/xamarin/UITools/commit/9559b43b8e897daacb605d2a9ab74427a1541264 A resource used by the Designer tests now requires authentication. --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index a8216e263ab..19819ad48ac 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -1343,7 +1343,7 @@ stages: inputs: solution: $(System.DefaultWorkingDirectory)\UITools\src\Xamarin.Designer.Android\Xamarin.AndroidDesigner.sln vsVersion: 17.0 - msbuildArgs: /t:Build + msbuildArgs: /t:Build /p:GitHubToken=$(GitHub.Token) platform: Any CPU configuration: DebugWin32