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 Jan 18, 2023
1 parent 639b216 commit 9cb7019
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 @@ -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

Expand Down

0 comments on commit 9cb7019

Please sign in to comment.