Skip to content

Commit

Permalink
Use sparse checkout for Create Release Tag release job (Azure#21789)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Jun 10, 2021
1 parent 7f5485b commit d8cc63a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ stages:
runOnce:
deploy:
steps:
- checkout: self
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths:
- '${{ parameters.ServiceDirectory }}'
- template: /eng/common/pipelines/templates/steps/retain-run.yml
- template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml
parameters:
Expand Down

0 comments on commit d8cc63a

Please sign in to comment.