Skip to content

Commit d91f6c0

Browse files
committed
remove useless pieces, add parameter quotes
1 parent 034117a commit d91f6c0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# if this template is not used from another template or pipline that references the 1ESPipelineTemplates repository, then the following line should be re-enabled
2-
# resources:
3-
# repositories:
4-
# - repository: 1ESPipelineTemplates
5-
# type: git
6-
# name: 1ESPipelineTemplates/1ESPipelineTemplates
7-
# ref: refs/tags/release
8-
91
parameters:
102
Artifacts: []
113
TestPipeline: false

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ extends:
135135
- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
136136
- template: archetype-python-release.yml@self
137137
parameters:
138-
DependsOn: Build
138+
DependsOn: "Build"
139139
ServiceDirectory: ${{ parameters.ServiceDirectory }}
140140
Artifacts: ${{ parameters.Artifacts }}
141141
${{ if eq(parameters.ServiceDirectory, 'template') }}:

0 commit comments

Comments
 (0)