Skip to content

Commit 4022775

Browse files
authored
Silence Non-Blocking 1ESPT Error (#43585)
* if use artifact.safename for the name of the release stage
1 parent bf7269d commit 4022775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
stages:
1616
- ${{if and(in(variables['Build.Reason'], 'Manual', ''), eq(variables['System.TeamProject'], 'internal'))}}:
1717
- ${{ each artifact in parameters.Artifacts }}:
18-
- stage:
18+
- stage: 'Release_${{artifact.safename}}'
1919
displayName: 'Release: ${{artifact.name}}'
2020
dependsOn: ${{parameters.DependsOn}}
2121
variables:

0 commit comments

Comments
 (0)