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-04-06 15:30:44 +0300
committerGitHub <noreply@github.com>2020-04-06 15:30:44 +0300
commit65fccbec4a5887b1d253d13e1306724e9c06414c (patch)
tree8fc33ad6b7c41a1b310741d4fbd075357b5f2064 /eng/common/templates/job
parenteab8c894dade982cb95c9ccf1bd2cab1e3d7584c (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200401.2 (#1065)
- Microsoft.DotNet.ApiCompat - 5.0.0-beta.20201.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20201.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/templates/job')
-rw-r--r--eng/common/templates/job/job.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml
index ecebd0f03..536c15c46 100644
--- a/eng/common/templates/job/job.yml
+++ b/eng/common/templates/job/job.yml
@@ -24,6 +24,8 @@ parameters:
enablePublishBuildAssets: false
enablePublishTestResults: false
enablePublishUsingPipelines: false
+ mergeTestResults: false
+ testRunTitle: $(AgentOsName)-$(BuildConfiguration)-xunit
name: ''
preSteps: []
runAsPublic: false
@@ -194,6 +196,8 @@ jobs:
testResultsFormat: 'xUnit'
testResultsFiles: '*.xml'
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)'
+ testRunTitle: ${{ parameters.testRunTitle }}
+ mergeTestResults: ${{ parameters.mergeTestResults }}
continueOnError: true
condition: always()