Skip to content
Merged
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
15 changes: 15 additions & 0 deletions eng/pipelines/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,19 @@ extends:
safeName: azuresdktemplatethree
skipPublishDocMs: true
ServiceDirectory: template
- name: azure-sdk-template
groupId: com.azure.v2
safeName: azuresdktemplate
skipPublishDocMs: true
ServiceDirectory: template-v2
- name: azure-sdk-template-two
groupId: com.azure.v2
safeName: azuresdktemplatetwo
skipPublishDocMs: true
ServiceDirectory: template-v2
- name: azure-sdk-template-three
groupId: com.azure.v2
safeName: azuresdktemplatethree
skipPublishDocMs: true
ServiceDirectory: template-v2

12 changes: 8 additions & 4 deletions eng/pipelines/templates/stages/archetype-sdk-client-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ extends:

- 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"
Artifacts:
- ${{ each artifact in parameters.Artifacts }}:
- ${{ if contains(artifact.name, 'azure-sdk-template') }}:
- ${{ artifact }}
TestPipeline: ${{parameters.TestPipeline}}

- task: UsePythonVersion@0
Expand Down Expand Up @@ -215,8 +217,10 @@ extends:

- 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"
Artifacts:
- ${{ each artifact in parameters.Artifacts }}:
- ${{ if contains(artifact.name, 'azure-sdk-template') }}:
- ${{ artifact }}
TestPipeline: ${{parameters.TestPipeline}}

- task: PythonScript@0
Expand Down
Loading