dotnet / linker

387 stars 134 forks source link

Publish Microsoft.NET.ILLink.Tasks packages to nuget.org #3196

Closed sbomer closed 11 months ago

sbomer commented 1 year ago

Opening this for tracking purposes so that I don't forget about it. We need to publish the 7.0 and 8.0 ILLink.Tasks packages to nuget.org, so that the 8.0 SDK will be able to download illink matching the TFM, without requiring preview nuget feeds.

We already produce "Shipping" packages, but they are only published to internal feeds. From email discussion, it sounds like we need to set package owners to "dotnetframework" for them to be published to nuget.org. However, the Pack target we are using doesn't support Owners metadata, and it's not yet clear how to set package owners.

sbomer commented 11 months ago

Closing this - nothing needed to be done on our end because the packages were already marked "Shipping". There was some bug that prevented them from being published, but the versions we need so far have been published.