Skip to content

Commit 90e5402

Browse files
authored
Mark Microsoft.NET.ILLink as non-shipping (#82905)
This package should not be published to nuget. It is only used by xamarin, and contains the API surface for custom illink steps.
1 parent 67b6e81 commit 90e5402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Description>IL Linker</Description>
88
<RootNamespace>Mono.Linker</RootNamespace>
99
<IsPackable>true</IsPackable>
10+
<IsShipping>false</IsShipping>
1011
<PackageId>Microsoft.NET.ILLink</PackageId>
1112
<!-- Disabling baseline validation since this is a brand new package.
1213
Once this package has shipped a stable version, the following line

0 commit comments

Comments
 (0)