Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndon Andonov <andon.andonov@microsoft.com>2017-12-19 06:15:12 +0300
committerGitHub <noreply@github.com>2017-12-19 06:15:12 +0300
commitd5ecb0cb9e85eeba829aece223556ee611f7ddf8 (patch)
tree44ee0799f0421f4252c15d6945ba50b594c827b6
parentd553da517c1caffe50322510cbc5788b5bce0532 (diff)
parentbdd113ac609232810790e63f5344c70d5bc97f09 (diff)
Merge pull request #5132 from A-And/PackageFailureReferenceFix
Package Build Fix: Add Project reference to meta package
-rw-r--r--pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
index ac7f6c2b1..fbf37602c 100644
--- a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
+++ b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
@@ -14,6 +14,11 @@
<PackageTargetRuntime></PackageTargetRuntime>
</PropertyGroup>
+ <!-- The package references are used to generate a runtimes.json for the meta-package-->
+ <ItemGroup>
+ <ProjectReference Include="TargetSpecific\Microsoft.DotNet.ILCompiler.pkgproj" />
+ </ItemGroup>
+
<ItemGroup>
<File Include="$(PackageSourceDirectory)\BuildIntegration\*">
<TargetPath>build</TargetPath>