From: Viktor Hofer Date: Tue, 16 Apr 2019 17:41:48 +0000 (+0200) Subject: React to RunTests CLI changes & Manual darc update (dotnet/corefx#36915) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb7db2de82506bcd82ecf70ff62767d330bb07bf;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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 - -