You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #1622 for the reason why the targeting pack is incomplete, and a plan to make it complete.
If that's not addressed by 5.0, we should disable targeting pack generation during source-build. This allows source-build to decompile the targeting pack (as usual) and use it as the 5.0.0 targeting pack. If we don't disable it, we risk having dotnet/runtime building an incomplete 5.0.0 targeting pack that ends up in the source-built .NET Core SDK.
The overall effort to create targeting packs "properly" in the dotnet/runtime repo is tracked by dotnet/source-build#1523.
The text was updated successfully, but these errors were encountered:
See #1622 for the reason why the targeting pack is incomplete, and a plan to make it complete.
If that's not addressed by 5.0, we should disable targeting pack generation during source-build. This allows source-build to decompile the targeting pack (as usual) and use it as the 5.0.0 targeting pack. If we don't disable it, we risk having dotnet/runtime building an incomplete 5.0.0 targeting pack that ends up in the source-built .NET Core SDK.
The overall effort to create targeting packs "properly" in the dotnet/runtime repo is tracked by dotnet/source-build#1523.
The text was updated successfully, but these errors were encountered: