Skip to content

Commit

Permalink
yml is fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Pfister committed Jul 19, 2022
1 parent 5a95847 commit 467f4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
# tvOS devices
- ${{ if in(parameters.platform, 'tvOS_arm64') }}:
# split traffic for PR's and rolling builds
- ${{ if eq(variables['isNotExtraPlatformsBuild'], true) }}:
- ${{ if and(ne(parameters.jobParameters.isExtraPlatforms, true), ne(parameters.jobParameters.isExtraPlatforms, 'True')) }}:
- OSX.1015.Amd64.AppleTV.Open
- ${{ if eq(variables['isExtraPlatformsBuild'], true) }}:
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.isExtraPlatforms, 'True')) }}:
- OSX.1100.Amd64.AppleTV.Open

# windows x64
Expand Down

0 comments on commit 467f4d4

Please sign in to comment.