Skip to content

Commit 45bc90f

Browse files
committed
Publish azure artrifacts after UI tests
1 parent f5e662a commit 45bc90f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
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
@@ -79,6 +72,13 @@ jobs:
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

0 commit comments

Comments
 (0)