File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6060 displayName : Publish Test Results
6161 condition : always()
6262
63- - task : PublishPipelineArtifact@1
64- displayName : Publish Test WexLogFileOutput
65- inputs :
66- targetPath : .\build\WexLogFileOutput
67- artifactName : WexUnitTestErrorLogFileOutput
68- condition : failed()
69-
7063 # ## UI Integration Tests ###
7164
7265 - powershell : .\build\build.ps1 -target=UITest
7972 artifactName : WexUITestLogFileOutput
8073 condition : always()
8174
75+ - task : PublishPipelineArtifact@1
76+ displayName : Publish Test WexLogFileOutput
77+ inputs :
78+ targetPath : .\build\WexLogFileOutput
79+ artifactName : WexUnitTestErrorLogFileOutput
80+ condition : failed()
81+
8282 # ## Package ###
8383
8484 - powershell : .\build\build.ps1 -target=Package
You can’t perform that action at this time.
0 commit comments