Skip to content

Commit 4d44a75

Browse files
Fix sparse-checkout commit (Azure#23474)
Co-authored-by: Wes Haggard <[email protected]>
1 parent 39d3aaa commit 4d44a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ parameters:
55
- name: RepositoryPath
66
type: string
77
default: 'sdk'
8+
- name: RepositoryCommitish
9+
type: string
10+
default: $(Build.SourceVersion)
811

912
jobs:
1013
- job:
@@ -36,6 +39,7 @@ jobs:
3639
parameters:
3740
Repositories:
3841
- Name: ${{ parameters.Repository }}
42+
Commitish: ${{ parameters.RepositoryCommitish }}
3943
WorkingDirectory: $(System.DefaultWorkingDirectory)
4044
Paths:
4145
- 'sdk/**/*.yml'

0 commit comments

Comments
 (0)