Upload test results even if there aren't failures
This commit is contained in:
parent
af712d468e
commit
568ce3ae52
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ phases:
|
|||
testRunTitle: '$(_AgentOSName)_$(Agent.JobName)'
|
||||
platform: '$(BuildPlatform)'
|
||||
configuration: '$(_BuildConfig)'
|
||||
condition: not(succeeded())
|
||||
condition: ne(variables['TestParameter'], '')
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: Gather Logs
|
||||
|
|
Loading…
Reference in a new issue