Merge pull request #3351 from dotnet/carlossanlop-monolinker

Fixing mono/linker doc link
This commit is contained in:
Carlos Sanchez Lopez 2019-09-13 15:11:37 -07:00 committed by GitHub
commit bfc1610f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,4 +80,4 @@ The ILLink task can be invoked just like any other msbuild task. For example, it
</Target>
```
Here, the ItemGroups `AssemblyFilesToLink`, `LinkerRootAssemblies`, and `LinkerRootDescriptors` would be defined elsewhere in the project, and the `ExtraArgs` input consists of flags described in the [mono/linker documentation](https://github.com/mono/linker/blob/master/linker/README). By default, the `RootAssemblyNames` are rooted as if illink had been called with `-a RootAssemblyName1 -a RootAssemblyName2` ... as arguments, but this behavior is subject to change and should not be relied upon.
Here, the ItemGroups `AssemblyFilesToLink`, `LinkerRootAssemblies`, and `LinkerRootDescriptors` would be defined elsewhere in the project, and the `ExtraArgs` input consists of flags described in the [mono/linker documentation](https://github.com/mono/linker/blob/master/README.md). By default, the `RootAssemblyNames` are rooted as if illink had been called with `-a RootAssemblyName1 -a RootAssemblyName2` ... as arguments, but this behavior is subject to change and should not be relied upon.