Skip to content

Commit 52300df

Browse files
pjcollinsjonpryor
authored andcommitted
[ci] Pass token when building Designer tests (#7715)
Context: https://github.com/xamarin/UITools/commit/9559b43b8e897daacb605d2a9ab74427a1541264 A resource used by the Designer tests now requires authentication.
1 parent 32f2fca commit 52300df

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

0 commit comments

Comments
 (0)