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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Rylek <trylek@microsoft.com>2021-12-14 09:38:55 +0300
committerGitHub <noreply@github.com>2021-12-14 09:38:55 +0300
commitc3683b06b0752e71284f0bc76d0711f28f5ef608 (patch)
treedef3174e603fc91c7d046bc608cc9561de9c0b1c /eng/pipelines/common/templates/runtimes/build-test-job.yml
parent5f9a532bc4139d66d8ccdbb5a6a9973cfa421297 (diff)
Rename 'excludemonofailures' to 'mono' (#62749)
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/build-test-job.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/build-test-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml
index f7cc7202d2a..b05315fc785 100644
--- a/eng/pipelines/common/templates/runtimes/build-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml
@@ -94,7 +94,7 @@ jobs:
- ${{ if eq(parameters.runtimeFlavor, 'mono') }}:
- name: runtimeFlavorArgs
- value: '-excludemonofailures'
+ value: '-mono'
steps: