File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ stages:
1515 name : " $(BUILD_POOL_NAME_DEFAULT)"
1616 variables :
1717 ob_outputDirectory : $(Build.ArtifactStagingDirectory)/linux-unittest
18- ob_artifactSuffix : drop_unittest_linux
1918
2019 REPORT_DIR : $(Build.ArtifactStagingDirectory)/linux-unittest
2120 REPORT_XML : $(Build.ArtifactStagingDirectory)/linux-unittest/report.xml
@@ -71,10 +70,8 @@ stages:
7170 displayName: "Generate Test Reporting"
7271 #workingDirectory: $(ACN_DIR)
7372
74- - task : PublishPipelineArtifact@1
75- inputs :
76- targetPath : $(REPORT_DIR)
77- artifactName : " drop_unittest_linux"
73+ - publish : $(REPORT_DIR)
74+ artifact : drop_unittest_linux
7875
7976
8077 - job : windows
@@ -178,10 +175,8 @@ stages:
178175 displayName: "Generate Test Reporting"
179176 #workingDirectory: $(ACN_DIR)
180177
181- - task : PublishPipelineArtifact@1
182- inputs :
183- targetPath : $(REPORT_DIR)
184- artifactName : " drop_unittest_windows"
178+ - publish : $(REPORT_DIR)
179+ artifact : drop_unittest_windows
185180
186181
187182 - job : coverage
You can’t perform that action at this time.
0 commit comments