From 17e58e57d5417568655c246217b1c6eeb0aa4939 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 29 Jan 2019 00:16:01 +0100 Subject: [PATCH] Make global tools work with helix --- .../build/core/Core.props | 6 +++++ .../build/core/Core.targets | 22 +++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.props b/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.props index 16240988beb..624e2078804 100644 --- a/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.props +++ b/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.props @@ -11,6 +11,12 @@ + + + + + + diff --git a/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.targets b/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.targets index dfac730dca1..eab119d124d 100644 --- a/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.targets +++ b/src/Microsoft.DotNet.CoreFxTesting/build/core/Core.targets @@ -15,7 +15,6 @@ $(CleanDependsOn);CleanTestPath; - RunnerTemplate.Windows.txt RunnerTemplate.Unix.txt @@ -24,11 +23,15 @@ RunTests.cmd RunTests.sh $([MSBuild]::NormalizePath('$(TestPath)', '$(RunScriptOutputName)')) + - %RUNTIME_PATH%\ - $RUNTIME_PATH/ - $(RunScriptHostDir)dotnet.exe - $(RunScriptHostDir)dotnet + + %RUNTIME_PATH%\ + $RUNTIME_PATH/ + $(RunScriptHostDir)dotnet.exe + $(RunScriptHostDir)dotnet + + $(RunScriptHostDir) - + @@ -257,7 +255,7 @@