From b2a6c9d83d0c5bd55a875cc790d60e24da068cf1 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 13 Feb 2021 00:57:27 +0100 Subject: [PATCH] Make DOTNET_ROOT change local per Viktor's PR feedback --- .../Microsoft.NETCore.App/ReadyToRun.targets | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets b/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets index 26f851d1cf943..3f58873be7dea 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets @@ -1,5 +1,20 @@ + + + + x64 + $(CoreCLRArtifactsPath)\$(CrossDir)\crossgen2 + $(Crossgen2Dir)\crossgen2$(ExeSuffix) + --targetarch:$(TargetArchitecture) + + unix + win + $(TargetArchitecture) + $(CrossDir) + $(Crossgen2Dir)\$(LibPrefix)clrjit_$(JitTargetOSComponent)_$(TargetArchitecture)_$(JitBuildArchitecture)$(LibSuffix) + + <_crossTargetJit Include="@(CoreCLRCrossTargetFiles)" Condition="'%(FileName)' == '$(LibPrefix)clrjit' and '%(Extension)' == '$(LibSuffix)'" /> <_clrjit Include="@(RuntimeFiles)" Condition="'%(FileName)' == '$(LibPrefix)clrjit' and '%(Extension)' == '$(LibSuffix)'" /> @@ -16,5 +31,34 @@ JitPath="@(_clrjit)" DiaSymReader="$(_diaSymReaderPathIfExists)" /> + + + + + + + + + + + + + + + + + $(DOTNET_ROOT) + $(RepoRoot) + + + + + + $(OriginalDotnetRootValue) + + + + +