We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a86351 commit e966f38Copy full SHA for e966f38
eng/pipelines/templates/steps/analyze.yml
@@ -3,8 +3,6 @@ parameters:
3
ServiceDirectory: not-specified
4
5
steps:
6
- - template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml
7
-
8
- task: PublishPipelineArtifact@1
9
condition: succeededOrFailed()
10
displayName: "Publish Report Artifacts"
@@ -90,3 +88,5 @@ steps:
90
88
inputs:
91
89
artifactName: reports
92
path: $(Build.ArtifactStagingDirectory)
+
+ - template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml
0 commit comments