File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments