We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a790c8 commit cb3deceCopy full SHA for cb3dece
eng/pipelines/templates/jobs/ci.tests.yml
@@ -79,6 +79,11 @@ jobs:
79
value: ${{ parameters.InjectedPackages }}
80
81
steps:
82
+ - ${{ if eq(parameters.OSName, 'macOS') }}:
83
+ - checkout: self
84
+ clean: true
85
+ fetchDepth: 1
86
+ fetchTags: false
87
- template: /eng/pipelines/templates/steps/download-package-artifacts.yml
88
89
- template: /eng/pipelines/templates/steps/resolve-package-targeting.yml
0 commit comments