Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-06-01 15:31:03 +0300
committerGitHub <noreply@github.com>2020-06-01 15:31:03 +0300
commit71c8e5d31649f42c63f7815dc4d5b88abcc8e759 (patch)
treeccbc5bee17b169d5a2817fa8b4833aececed36f9 /eng/common/templates/job/job.yml
parentc1b6d6c86d0635f03257cdd16023d178ba29d133 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200528.4 (#1226)
Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20261.9 -> To Version 5.0.0-beta.20278.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/templates/job/job.yml')
-rw-r--r--eng/common/templates/job/job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml
index fc39647f4..c08bb416d 100644
--- a/eng/common/templates/job/job.yml
+++ b/eng/common/templates/job/job.yml
@@ -26,7 +26,7 @@ parameters:
enablePublishUsingPipelines: false
useBuildManifest: false
mergeTestResults: false
- testRunTitle: $(AgentOsName)-$(BuildConfiguration)-xunit
+ testRunTitle: ''
name: ''
preSteps: []
runAsPublic: false
@@ -197,7 +197,7 @@ jobs:
testResultsFormat: 'xUnit'
testResultsFiles: '*.xml'
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)'
- testRunTitle: ${{ parameters.testRunTitle }}
+ testRunTitle: ${{ coalesce(parameters.testRunTitle, parameters.name, '$(System.JobName)') }}-xunit
mergeTestResults: ${{ parameters.mergeTestResults }}
continueOnError: true
condition: always()