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
While the _CopyFilesMarkedCopyLocal correctly uses %(DestinationSubDirectory)%, it appears that property is being lost somewhere along the way.
From the build log, the target _HandlePackageFileConflicts produces a bunch of messages like;
Encountered conflict between 'CopyLocal:C:\Users\pharring.nuget\packages\system.spatial\5.8.2\lib\net40\de\System.Spatial.resources.dll' and
'CopyLocal:C:\Users\pharring.nuget\packages\system.spatial\5.8.2\lib\net40\es\System.Spatial.resources.dll'. Could not determine winner due to equal file and assembly versions. [Emphasis mine]
Here's a repro. Note that System.Spatial includes localized resources for 9 languages.
dotnet restore
dotnet build
Result:
System.Spatial.resources.dll is alongside System.Spatial.dll
It's the zh-Hans version
Expect;
There should be 9 subfolders with the localized satellite DLLs.
Note: System.Spatial was chosen to demonstrate the issue. That nuget is commonly brought in via WindowsAzure.Storage
The text was updated successfully, but these errors were encountered: