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
D:\.tools\.nuget\packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25509.1\tools\BuildReleasePackages.targets(21,5): Multiple packages of name 'Microsoft.CodeAnalysis' specified [D:\.tools\.nuget\packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25509.1\tools\AfterSolutionBuild.proj]
often when packing Roslyn locally. I have investigated and the problem is that I have accumulated several versions of packages and the target can't handle that:
That seems like a bug to me - or do I really need to remove all artifacts before running build.cmd -pack locally?