Skip to content

Commit 402a7f1

Browse files
pjcollinsjonathanpeppers
authored andcommitted
[ci] Pass token when building Designer tests (#7715)
Context: xamarin/UITools@9559b43 A resource used by the Designer tests now requires authentication.
1 parent 4916088 commit 402a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ stages:
13401340
inputs:
13411341
solution: $(System.DefaultWorkingDirectory)\UITools\src\Xamarin.Designer.Android\Xamarin.AndroidDesigner.sln
13421342
vsVersion: 17.0
1343-
msbuildArgs: /t:Build
1343+
msbuildArgs: /t:Build /p:GitHubToken=$(GitHub.Token)
13441344
platform: Any CPU
13451345
configuration: DebugWin32
13461346

0 commit comments

Comments
 (0)