From bb7db2de82506bcd82ecf70ff62767d330bb07bf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 16 Apr 2019 19:41:48 +0200 Subject: [PATCH] React to RunTests CLI changes & Manual darc update (dotnet/corefx#36915) * Manual darc update from build '20190415.12' * React to RunTests CLI changes Commit migrated from https://github.com/dotnet/corefx/commit/53f9e9e7fc87cbc08449307fbb0fbe567516e38f --- eng/sendtohelix.proj | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/eng/sendtohelix.proj b/eng/sendtohelix.proj index 31f1f6c..32e88f1 100644 --- a/eng/sendtohelix.proj +++ b/eng/sendtohelix.proj @@ -57,7 +57,7 @@ test/functional/ilc/ - + set DOTNET_CLI_TELEMETRY_OPTOUT=1;set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1;set DOTNET_MULTILEVEL_LOOKUP=0 %HELIX_CORRELATION_PAYLOAD%\tools\dotnet.exe msbuild %HELIX_CORRELATION_PAYLOAD%\test.msbuild @@ -66,17 +66,24 @@ $(HelixCommand) /p:LocalPackagesPath="%HELIX_CORRELATION_PAYLOAD%\packages\ + + + true + - + - call RunTests.cmd %HELIX_CORRELATION_PAYLOAD% %HELIX_CORRELATION_PAYLOAD% %HELIX_CORRELATION_PAYLOAD%\tools - ./RunTests.sh $HELIX_CORRELATION_PAYLOAD $HELIX_CORRELATION_PAYLOAD $HELIX_CORRELATION_PAYLOAD/tools + call RunTests.cmd --runtime-path %HELIX_CORRELATION_PAYLOAD% --dotnet-root %HELIX_CORRELATION_PAYLOAD% + $(HelixCommand) --global-tools-dir "%HELIX_CORRELATION_PAYLOAD%\tools" + + + + ./RunTests.sh --runtime-path "$HELIX_CORRELATION_PAYLOAD" --dotnet-root "$HELIX_CORRELATION_PAYLOAD" + $(HelixCommand) --global-tools-dir "$HELIX_CORRELATION_PAYLOAD/tools" - - true - - -- 2.7.4