Skip to content

Commit e3ffcf3

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 1c424af commit e3ffcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ stages:
7373
- task: PublishPipelineArtifact@1
7474
inputs:
7575
targetPath: $(REPORT_DIR)
76-
artifactName: drop_unittest_linux
76+
artifactName: "drop_unittest_linux"
7777

7878

7979
- job: windows
@@ -186,7 +186,7 @@ stages:
186186
- task: PublishPipelineArtifact@1
187187
inputs:
188188
targetPath: $(REPORT_DIR)
189-
artifactName: drop_unittest_windows
189+
artifactName: "drop_unittest_windows"
190190

191191

192192
- job: coverage

0 commit comments

Comments
 (0)