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-10-06 22:04:27 +0300
committerGitHub <noreply@github.com>2021-10-06 22:04:27 +0300
commitbe918580c7e4ebe9b5262099caf116a67a2c9b5d (patch)
tree11995522e5ccc9e6b6383815004e469ab9499dec /eng/pipelines/common/xplat-setup.yml
parent05345b2a78a571ef1c3861322788ffdeadb57c04 (diff)
Cleanup of runtime test build scripts (#58762)
This change moves most test build logic from the scripts src/tests/build.cmd and src/tests/build.sh into the common MSBuild script src/tests/build.proj; the scripts stay in place but now they only deal with parsing the command-line parameters and building native test components, all remaining functionality is delegated to the common project. Thanks Tomas
Diffstat (limited to 'eng/pipelines/common/xplat-setup.yml')
-rw-r--r--eng/pipelines/common/xplat-setup.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index 74441b11689..fe314316d92 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -63,6 +63,8 @@ jobs:
value: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 -ci
- name: setScriptToEchoAndFailOnNonZero
value: ''
+ - name: logRootNameArg
+ value: 'log '
- ${{ if and(ne(parameters.osGroup, 'windows'), ne(parameters.hostedOs, 'windows')) }}:
- name: archiveExtension
@@ -80,6 +82,8 @@ jobs:
# Set the bash script to display each command, and stop if any command exits nonzero.
- name: setScriptToEchoAndFailOnNonZero
value: 'set -xe'
+ - name: logRootNameArg
+ value: '-log:'
- ${{ if ne(parameters.jobParameters.crossrootfsDir, '') }}:
# This is only required for cross builds.