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
Unfortunately, Maestro (?) doesn't support this model as it dynamically adds feeds when producing stabilized package versions (in RTM and servicing mode). Therefore, repositories that started using CPM had to add a NoWarn=NU1507 setting to make CPM work.
I see package source mapping as a useful feature that our infrastructure shouldn't block using. Here's some more history on this: dotnet/arcade#9885 (comment)
That seems pretty reasonable while enabling the broad team to adopt PSM. The value of PSM is the additional transparency with dotnet-public where we don't use wildcards.
Came up in dotnet/format#1987
When using NuGet Central Package Management with more than one NuGet feed, package source mapping must be used: https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management#warning-when-using-multiple-package-sources
Unfortunately, Maestro (?) doesn't support this model as it dynamically adds feeds when producing stabilized package versions (in RTM and servicing mode). Therefore, repositories that started using CPM had to add a
NoWarn=NU1507
setting to make CPM work.I see package source mapping as a useful feature that our infrastructure shouldn't block using. Here's some more history on this: dotnet/arcade#9885 (comment)
cc @mmitche @ChadNedzlek
The text was updated successfully, but these errors were encountered: