Fix ILLink.Tasks package published multiple times (#80487)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 11 Jan 2023 14:37:37 +0000 (15:37 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 14:37:37 +0000 (15:37 +0100)
src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj

index a929259..8ca5e79 100644 (file)
@@ -12,7 +12,6 @@
     <Nullable>disable</Nullable>
     <IsPackable>true</IsPackable>
     <PackageId>Microsoft.NET.ILLink.Tasks</PackageId>
-    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
     <!-- TODO: Enable when the package shipped stable with .NET 8. -->
     <DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
     <!-- NU5128: This package doesn't contain any lib or ref assemblies because it's a tooling package.