[NCrunch Console Tool v3.11.0.9]
I am in the process of upgrading a dotnetCore solution and it builds/runs fine with NCrunch locally, but build server results in some NCrunch issues. (it builds fine with dotnet build in an earlier build step).
What is the best approach here? Simply ditch the .nuget folder and avoid building netStandard1.3 projects?
Quote:
[14:59:18][Step 2/3] [14:59:17.9236-LocalBuildTask-15] ERROR (Build): Utils.Common: D:\TeamCity\buildAgent\work\3b86814d719339c4\_Tmp\_NCrunch\WC\6276\1\Common\src\Utils.Common\CSC (0): Multiple assemblies with equivalent identity have been imported: 'C:\Users\tcagent\.nuget\packages\netstandard.library\2.0.0\build\netstandard2.0\ref\System.Xml.XDocument.dll' and 'C:\Users\tcagent\.nuget\packages\system.xml.xdocument\4.0.11\ref\netstandard1.3\System.Xml.XDocument.dll'. Remove one of the duplicate references.
[14:59:18][Step 2/3]
Thanks.