dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
16 stars 10 forks source link

Generate preview version of packages (excluding System.Data.SqlClient) #127

Closed carlossanlop closed 2 weeks ago

carlossanlop commented 3 weeks ago

System.Data.SqlClient is WIP: https://github.com/dotnet/maintenance-packages/pull/115

This change temporarily changed the PreReleaseVersionLabel and Iteration to preview1: https://github.com/dotnet/maintenance-packages/pull/123

This change fixed the branches that should publish signed artifacts and the ones that should only run tests: https://github.com/dotnet/maintenance-packages/pull/126

The darc default channels have been created for the branches that are expected to publish.

With the combination of those changes, we want to confirm the preview packages are pushed to the correct feed when they are turned on.

carlossanlop commented 2 weeks ago

I missed System.Runtime.CompilerServices.Unsafe.