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 @@