Mark Microsoft.NET.ILLink as non-shipping (#82905)
authorSven Boemer <sbomer@gmail.com>
Thu, 2 Mar 2023 19:59:08 +0000 (11:59 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 19:59:08 +0000 (11:59 -0800)
This package should not be published to nuget. It is only used by xamarin, and contains the API surface for custom illink steps.

src/tools/illink/src/linker/Mono.Linker.csproj

index de4b87c..33e3277 100644 (file)
@@ -7,6 +7,7 @@
     <Description>IL Linker</Description>
     <RootNamespace>Mono.Linker</RootNamespace>
     <IsPackable>true</IsPackable>
+    <IsShipping>false</IsShipping>
     <PackageId>Microsoft.NET.ILLink</PackageId>
     <!-- Disabling baseline validation since this is a brand new package.
        Once this package has shipped a stable version, the following line