Skip to content

Commit

Permalink
Fix sparse-checkout commit (#46099)
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
  • Loading branch information
azure-sdk and weshaggard committed Sep 20, 2024
1 parent b2cdc90 commit be22cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/pipelines/templates/jobs/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parameters:
- name: RepositoryPath
type: string
default: 'sdk'
- name: RepositoryCommitish
type: string
default: $(Build.SourceVersion)

jobs:
- job:
Expand Down Expand Up @@ -36,6 +39,7 @@ jobs:
parameters:
Repositories:
- Name: ${{ parameters.Repository }}
Commitish: ${{ parameters.RepositoryCommitish }}
WorkingDirectory: $(System.DefaultWorkingDirectory)
Paths:
- 'sdk/**/*.yml'
Expand Down

0 comments on commit be22cfb

Please sign in to comment.