Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 461 Bytes

ILLink.Tasks

This library contains MSBuild tasks that run the ILLink as part of the .NET Core toolchain. It uses the same code as ILLink but exposes the command line arguments as MSBuild properties.

More details about how to use the task is in docs/ folder.

Building

To build ILLink.Tasks:

$ dotnet restore illink.sln
$ dotnet pack illink.sln

To produce a package:

$ ./eng/dotnet.{sh/ps1} pack illink.sln