Skip to content

Commit

Permalink
fix PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Nov 21, 2024
1 parent dff2490 commit 757cf34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ variables:
- name: _InternalBuildArgs
value: ''

# Variable groups required for private builds
- group: Xamarin-Secrets
# Variable groups required for private builds but not prs
- ${{ if ne(variables['System.TeamProjec'], 'dnceng-public') }}:
- group: Xamarin-Secrets

- ${{ if or(eq(variables['System.TeamProject'], 'DevDiv'), eq(variables['Build.DefinitionName'], 'dotnet-maui')) }}:
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
Expand Down

0 comments on commit 757cf34

Please sign in to comment.