Back to Dotnet

ILLink.Tasks

src/tools/illink/src/ILLink.Tasks/README.md

11.0.100476 B
Original Source

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:

sh
$ dotnet restore illink.slnx
$ dotnet pack illink.slnx

To produce a package:

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