Skip to content

Commit

Permalink
Skip internal tool restore on mac (#88877)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Jul 14, 2023
1 parent 40480e8 commit 73638d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/global-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
clean: true
fetchDepth: $(checkoutFetchDepth)

- ${{ if eq(parameters.isOfficialBuild, true) }}:
- ${{ if and(eq(parameters.isOfficialBuild, true), notin(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator')) }}:
- template: /eng/pipelines/common/restore-internal-tools.yml

- ${{ each monoCrossAOTTargetOS in parameters.monoCrossAOTTargetOS }}:
Expand Down

0 comments on commit 73638d6

Please sign in to comment.