summaryrefslogtreecommitdiff
path: root/init-tools.msbuild
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-03 17:56:20 -0700
committerGitHub <noreply@github.com>2019-05-03 17:56:20 -0700
commit1ffcf98bc8fceff36b52cd97f9228af4a3748f08 (patch)
tree2d70714a2a4f5a3dd56aec4eb52866b1669e93de /init-tools.msbuild
parenta64d7a8aa558773bd57bafbbf91d5294de59ad5d (diff)
downloadcoreclr-1ffcf98bc8fceff36b52cd97f9228af4a3748f08.tar.gz
coreclr-1ffcf98bc8fceff36b52cd97f9228af4a3748f08.tar.bz2
coreclr-1ffcf98bc8fceff36b52cd97f9228af4a3748f08.zip
Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreClr instead of using the package. (#24347)
* Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreClr instead of using the package. * Fix const-correctness in InjectResource. * Build cross-arch native components before building native components for target arch. * Build InjectResource and GenClrDebugResource for the host arch when cross-building and import the targets into the cross-build. * install(EXPORT) in the directory where the target is created
Diffstat (limited to 'init-tools.msbuild')
-rw-r--r--init-tools.msbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/init-tools.msbuild b/init-tools.msbuild
index fcf9541ba2..e209e42963 100644
--- a/init-tools.msbuild
+++ b/init-tools.msbuild
@@ -11,9 +11,6 @@
<PackageReference Include="microsoft.dotnet.buildtools">
<Version>$(BuildToolsPackageVersion)</Version>
</PackageReference>
- <PackageReference Include="microsoft.dotnet.buildtools.coreclr">
- <Version>1.0.4-prerelease</Version>
- </PackageReference>
<PackageReference Include="$(ILLinkTasksPackage)">
<Version>$(ILLinkTasksPackageVersion)</Version>
</PackageReference>