Our internal CI builds have been failing since mid May (d0740fc working, d7a30ba failing).
The build error is:
/Microsoft.Common.CurrentVersion.targets(2353,5): error MSB3106: Assembly strong name "/home/tester/.nuget/packages/system.data.sqlclient/4.8.5/ref/net6.0/System.Data.SqlClient.dll" is either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). [/home/tester/runtime/src/libraries/shims/System.Data/ref/System.Data.csproj]
I've extracted the System.Data.SqlClient 4.8.5 package from nuget.org. There is no ref/net6.0 present.
I can reproduce the failure locally when running the build with (DotNetBuildFromSource).
@ViktorHofer this probably regressed by #84782.
cc @omajid