Skip to content

Commit 9cb7019

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

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
@@ -1343,7 +1343,7 @@ stages:
13431343
inputs:
13441344
solution: $(System.DefaultWorkingDirectory)\UITools\src\Xamarin.Designer.Android\Xamarin.AndroidDesigner.sln
13451345
vsVersion: 17.0
1346-
msbuildArgs: /t:Build
1346+
msbuildArgs: /t:Build /p:GitHubToken=$(GitHub.Token)
13471347
platform: Any CPU
13481348
configuration: DebugWin32
13491349

0 commit comments

Comments
 (0)