Upload test results even if there aren't failures

This commit is contained in:
Daniel Plaisted 2019-08-30 08:43:56 -07:00
parent af712d468e
commit 568ce3ae52

View file

@ -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