File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments