Skip to content

Commit

Permalink
fix broken yaml in analyze.yml (Azure#17380)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Mar 17, 2021
1 parent b95545b commit 3b1d694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ steps:
- template: /eng/pipelines/templates/steps/analyze_dependency.yml

- template: /eng/common/pipelines/templates/steps/set-test-pipeline-version.yml
parameters:
PackageName: "azure-template"
ServiceDirectory: "template"
TestPipeline: ${{ parameters.TestPipeline }}
parameters:
PackageName: "azure-template"
ServiceDirectory: "template"
TestPipeline: ${{ parameters.TestPipeline }}

- ${{ each artifact in parameters.Artifacts }}:
- ${{if ne(artifact.skipVerifyChangeLog, 'true')}}:
Expand Down

0 comments on commit 3b1d694

Please sign in to comment.