Skip to content

Commit 369b113

Browse files
azure-sdkbenbp
andauthored
Sync eng/common directory with azure-sdk-tools for PR 5947 (Azure#27609)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#5947 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent d44ad35 commit 369b113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

eng/common/pipelines/templates/jobs/prepare-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
name: azsdk-pool-mms-ubuntu-2204-general
2424
vmImage: ubuntu-22.04
2525
steps:
26+
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
27+
parameters:
28+
Paths:
29+
- 'sdk/**/*.yml'
30+
- '!sdk/**/test-recordings/*'
31+
- '!sdk/**/recordings/*'
32+
- '!sdk/**/SessionRecords/*'
33+
- '!sdk/**/session-records/*'
2634
- template: /eng/common/pipelines/templates/steps/install-pipeline-generation.yml
2735
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
2836
# This covers our public repos.

0 commit comments

Comments
 (0)