summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.targets
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-12-03 14:51:28 -0800
committerGitHub <noreply@github.com>2018-12-03 14:51:28 -0800
commit20c6bc555319aa635e0e490c82aebf0bb370d6c1 (patch)
tree5a7399f6752a05abc7fdac987cabe81ca9d526ce /src/.nuget/dir.targets
parenta089f64a7ad55a8ce0b3203b1bf87040775dff01 (diff)
downloadcoreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.tar.gz
coreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.tar.bz2
coreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.zip
Remove Hostx86/arm CrossGen from building and Simplify build.sh command line arguments for Linux/arm cross build (Part 2) (#21034)
* Stop building and publishing Hostx86/arm crossgen on Linux/arm * Remove -crosscomponent argument and stop using CAC_ROOTFS_DIR environment variable in build.sh * Simplify the related logic in build.sh * Don't need to specify crosscomponent in tests/scripts/run-pmi-diffs.py * Don't set CAC_ROOTFS_DIR in buildpipeline, Jenkins files and in tests/scripts/run-pmi-diffs.py * Adjust documentation
Diffstat (limited to 'src/.nuget/dir.targets')
-rw-r--r--src/.nuget/dir.targets9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/.nuget/dir.targets b/src/.nuget/dir.targets
index 20a8430f40..4d4883bf78 100644
--- a/src/.nuget/dir.targets
+++ b/src/.nuget/dir.targets
@@ -39,15 +39,6 @@
</NativeWithSymbolFile>
</ItemGroup>
- <ItemGroup Condition="'$(_HasObsoleteCrossTargetComponents)'=='true'">
- <NativeWithSymbolFile Include="@(_ObsoleteCrossArchitectureSpecificNativeFileAndSymbol)">
- <TargetPath>runtimes/$(_ObsoleteCrossTargetComponentFolder)_$(Platform)/native</TargetPath>
- </NativeWithSymbolFile>
- <NativeWithSymbolFile Include="@(_ObsoleteCrossArchitectureSpecificToolFile)">
- <TargetPath>tools/$(_ObsoleteCrossTargetComponentFolder)_$(Platform)</TargetPath>
- </NativeWithSymbolFile>
- </ItemGroup>
-
<ItemGroup>
<!-- The symbols for these files are already in place together with respective *.ni.pdb -->
<IlForCrossGenedFile Include="@(CrossGenBinary -> '%(RootDir)%(Directory)IL\%(Filename).dll')">