Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:

- template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml
parameters:
PackageNames: "azure-sdk-template,azure-sdk-template-two,azure-sdk-template-three"
ServiceDirectory: "template"
ArtifactsJson: '${{ convertToJson(parameters.ReleaseArtifacts) }}'
ServiceDirectory: ${{ parameters.ServiceDirectory }}
TestPipeline: ${{ parameters.TestPipeline }}

# The daily dev build variable isn't used for the PullRequests pipeline but is currently used
Expand Down Expand Up @@ -351,8 +351,8 @@ jobs:

- template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml
parameters:
PackageNames: "azure-sdk-template,azure-sdk-template-two,azure-sdk-template-three"
ServiceDirectory: "template"
ArtifactsJson: '${{ convertToJson(parameters.ReleaseArtifacts) }}'
ServiceDirectory: ${{ parameters.ServiceDirectory }}
TestPipeline: ${{ parameters.TestPipeline }}

- template: /eng/common/pipelines/templates/steps/verify-links.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ stages:

- template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml
parameters:
PackageNames: "azure-sdk-template,azure-sdk-template-two,azure-sdk-template-three"
ServiceDirectory: "template"
ArtifactsJson: '$(ArtifactsJson)'
ServiceDirectory: ${{ parameters.ServiceDirectory }}
TestPipeline: ${{ parameters.TestPipeline }}

# Do all the verifications for all the artifacts after the sparse-checkout
Expand Down
Loading