Delete package source mapping from NuGet.config#16628
Conversation
Removed package source mapping configuration.. This is incompatible with some darc tool installs where add-source is needed. May instroduce later if darc-install.ps1 is changed.
|
This broke the build but we didn't see it here because of the Azure Pipelines outage:
|
|
FYI @richlander as you introduced it via 6198c7a |
|
This is now breaking in repos that still have PSM set: |
|
It's a new error that got added by dotnet/sdk#52863 |
|
Hitting this in testfx as well: We will try to see if we can delete PSM as a workaround. |
|
We will switch over to |
This reverts commit 631897b.
Removed package source mapping configuration..
This is incompatible with some darc tool installs where add-source is needed.
May instroduce later if darc-install.ps1 is changed.
To double check: