Skip to content

Commit

Permalink
Check out service directory files for version update release step
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed May 26, 2021
1 parent 9712dd0 commit 0d3a4fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/templates/stages/archetype-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ stages:
Paths:
- '${{ parameters.ServiceDirectory }}'
- '**/*.xml'
- '!sdk/**/test-recordings'
- '!sdk/**/session-records'

- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
Expand Down Expand Up @@ -275,7 +277,10 @@ stages:
- 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 0d3a4fb

Please sign in to comment.