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

README.md « ILLink.Tasks « src - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00cd94b6275bffde0046af0a001290f6dd9dce75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/](/docs/illink-tasks.md) folder.

## Building

To build ILLink.Tasks:

```sh
$ dotnet restore illink.sln
$ dotnet pack illink.sln
```

To produce a package:
```sh
$ ./eng/dotnet.{sh/ps1} pack illink.sln
```