From 935dd44ad3a5bfdeefe74104e38e3df947447b45 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 12 Feb 2019 17:04:29 +0100 Subject: [PATCH] Add a shared framework and host for global tools in helix submissions (dotnet/corefx#35208) * Add a shared framework and host for global tools Adding the shared framework and host from the .dotnet directory to the helix submission to provide a runtime for global tools. * Darc update from build '20190212.3' Commit migrated from https://github.com/dotnet/corefx/commit/6315ab5343fd4a15f2a8fedef2506f60ff5328d5 --- eng/sendtohelix.proj | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/eng/sendtohelix.proj b/eng/sendtohelix.proj index 0520902..9875df8 100644 --- a/eng/sendtohelix.proj +++ b/eng/sendtohelix.proj @@ -68,11 +68,15 @@ - - call RunTests.cmd %HELIX_CORRELATION_PAYLOAD% - ./RunTests.sh $HELIX_CORRELATION_PAYLOAD + + 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 + + true + + - - + + + + - + <_TestArchiveRuntimeDependency Include="@(TestArchiveRuntimeDependency)"> + %(TestArchiveRuntimeDependency.DestinationDir)\%(RecursiveDir) + + + + + RetryDelayMilliseconds="300"> + +