Skip to content

Commit

Permalink
Merge pull request #1842 from mono/ILPkgBuild
Browse files Browse the repository at this point in the history
Allow illink pkg to be referenced directly
  • Loading branch information
ViktorHofer authored Feb 18, 2021
2 parents 422f2f7 + 437eeeb commit b3d8adb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/ILLink.Tasks/ILLink.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
</ItemGroup>

<ItemGroup>
<Content Include="Sdk/Sdk.props">
<PackagePath>Sdk</PackagePath>
</Content>
<Content Include="sdk/Sdk.props" PackagePath="sdk" />
<Content Include="build/$(PackageId).props" PackagePath="build" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
***********************************************************************************************
Sdk.props
Microsoft.NET.ILLink.Tasks.props
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
Expand Down
16 changes: 16 additions & 0 deletions src/ILLink.Tasks/sdk/Sdk.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!--
***********************************************************************************************
Sdk.props
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.
Copyright (c) .NET Foundation. All rights reserved.
***********************************************************************************************
-->
<Project>

<Import Project="..\build\Microsoft.NET.ILLink.Tasks.props" />

</Project>

0 comments on commit b3d8adb

Please sign in to comment.