Skip to content

Commit

Permalink
[ci] Pass token when building Designer tests (#7715)
Browse files Browse the repository at this point in the history
Context: xamarin/UITools@9559b43

A resource used by the Designer tests now requires authentication.
  • Loading branch information
pjcollins authored and jonathanpeppers committed Jan 19, 2023
1 parent 4916088 commit 402a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,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

Expand Down

0 comments on commit 402a7f1

Please sign in to comment.