Skip to content

Commit f437263

Browse files
committed
need to reference image.yml from the archetype-python-release
1 parent 651589e commit f437263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ stages:
1616
- stage:
1717
displayName: 'Release: ${{artifact.name}}'
1818
dependsOn: ${{parameters.DependsOn}}
19+
variables:
20+
- template: /eng/pipelines/templates/variables/image.yml
1921
condition: and(succeeded(), ne(variables['SetDevVersion'], 'true'), ne(variables['Skip.Release'], 'true'), ne(variables['Build.Repository.Name'], 'Azure/azure-sdk-for-python-pr'))
2022
jobs:
2123
- job: TagRepository

0 commit comments

Comments
 (0)