Skip to content

Commit cd0a6a9

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 93d21b1 commit cd0a6a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ stages:
7070
displayName: "Generate Test Reporting"
7171
workingDirectory: $(ACN_DIR)
7272
73-
task: PublishPipelineArtifact@1
74-
inputs:
75-
targetPath: $(REPORT_DIR)
76-
artifactName: drop_unittest_linux
73+
- task: PublishPipelineArtifact@1
74+
inputs:
75+
targetPath: $(REPORT_DIR)
76+
artifactName: drop_unittest_linux
7777

7878

7979
- job: windows
@@ -183,10 +183,10 @@ stages:
183183
displayName: "Generate Test Reporting"
184184
workingDirectory: $(ACN_DIR)
185185
186-
task: PublishPipelineArtifact@1
187-
inputs:
188-
targetPath: $(REPORT_DIR)
189-
artifactName: drop_unittest_windows
186+
- task: PublishPipelineArtifact@1
187+
inputs:
188+
targetPath: $(REPORT_DIR)
189+
artifactName: drop_unittest_windows
190190

191191

192192
- job: coverage

0 commit comments

Comments
 (0)