diff --git a/eng/pipelines/libraries/helix-queues-setup.yml b/eng/pipelines/libraries/helix-queues-setup.yml index 7c516266bb49a..5eddd2b994ee8 100644 --- a/eng/pipelines/libraries/helix-queues-setup.yml +++ b/eng/pipelines/libraries/helix-queues-setup.yml @@ -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