Skip to content

Commit 47b6ba9

Browse files
committed
Reverted the change of removing the service directory when calling set-test-pipeline-version.yml
1 parent 5924a62 commit 47b6ba9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- ${{ each artifact in parameters.ReleaseArtifacts }}:
154154
- ${{ if contains(artifact.name, 'azure-sdk-template') }}:
155155
- ${{ artifact }}
156+
ServiceDirectory: ${{ parameters.ServiceDirectory }}
156157
TestPipeline: ${{ parameters.TestPipeline }}
157158

158159
# The daily dev build variable isn't used for the PullRequests pipeline but is currently used
@@ -359,6 +360,7 @@ jobs:
359360
- ${{ each artifact in parameters.ReleaseArtifacts }}:
360361
- ${{ if contains(artifact.name, 'azure-sdk-template') }}:
361362
- ${{ artifact }}
363+
ServiceDirectory: ${{ parameters.ServiceDirectory }}
362364
TestPipeline: ${{ parameters.TestPipeline }}
363365

364366
- template: /eng/common/pipelines/templates/steps/verify-links.yml

eng/pipelines/templates/stages/archetype-java-release-batch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ stages:
132132
- ${{ each artifact in parameters.Artifacts }}:
133133
- ${{ if contains(artifact.name, 'azure-sdk-template') }}:
134134
- ${{ artifact }}
135+
ServiceDirectory: ${{ parameters.ServiceDirectory }}
135136
TestPipeline: ${{ parameters.TestPipeline }}
136137

137138
# Do all the verifications for all the artifacts after the sparse-checkout

0 commit comments

Comments
 (0)