Skip to content

Commit

Permalink
Use sparse checkout for Update Package Version release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Jun 4, 2021
1 parent 36da99d commit f74126e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eng/pipelines/templates/stages/archetype-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,13 @@ stages:
runOnce:
deploy:
steps:
- checkout: self
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths:
- '${{ parameters.ServiceDirectory }}'
- '**/*.xml'
- '!sdk/**/test-recordings'
- '!sdk/**/session-records'

- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
Expand Down

0 comments on commit f74126e

Please sign in to comment.