Set test run title to distinguish between different runs
This commit is contained in:
parent
23a826b544
commit
4783b9a537
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ phases:
|
|||
inputs:
|
||||
testRunner: XUnit
|
||||
testResultsFiles: 'artifacts/TestResults/$(_BuildConfig)/*.xml'
|
||||
testRunTitle: 'Unit Test Results'
|
||||
testRunTitle: '$(_AgentOSName)_$(Agent.JobName)'
|
||||
platform: '$(BuildPlatform)'
|
||||
configuration: '$(_BuildConfig)'
|
||||
condition: and(succeededOrFailed(), ne(variables['PB_SkipTests'], 'true'))
|
||||
|
|
Loading…
Add table
Reference in a new issue