File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,14 @@ stages:
7070 displayName: "Generate Test Reporting"
7171 #workingDirectory: $(ACN_DIR)
7272
73- - publish : $(REPORT_DIR)
74- artifact : drop_unittest_linux
73+ - task : PublishPipelineArtifact@1
74+ displayName : " \U0001F512 Publish to Pipeline Artifact"
75+ target :
76+ container : host
77+ condition : eq('True', 'True')
78+ inputs :
79+ artifactName : drop_unittest_linux
80+ targetPath : $(Build.ArtifactStagingDirectory)/linux-unittest
7581
7682
7783 - job : windows
@@ -174,8 +180,14 @@ stages:
174180 displayName: "Generate Test Reporting"
175181 #workingDirectory: $(ACN_DIR)
176182
177- - publish : $(REPORT_DIR)
178- artifact : drop_unittest_windows
183+ - task : PublishPipelineArtifact@1
184+ displayName : " \U0001F512 Publish to Pipeline Artifact"
185+ target :
186+ container : host
187+ condition : eq('True', 'True')
188+ inputs :
189+ artifactName : drop_unittest_windows
190+ targetPath : $(Build.ArtifactStagingDirectory)/linux-unittest
179191
180192
181193 - job : coverage
You can’t perform that action at this time.
0 commit comments