-
Notifications
You must be signed in to change notification settings - Fork 119
Description
After I've installed Glass.Mapper.SC.102 I cannot build the project.
On build, it's trying to copy the files from the NuGet package to build directory and it's failing. The destination path seems to be incorrect.
Severity Code Description Project File Line Suppression State Error Unable to copy file "C:\Users\myuser\.nuget\packages\glass.mapper.sc.93\5.8.180\contentFiles\any\any\App_Config\Include\Glass\z.Glass.Mapper.Sc.ViewRender.config.exclude" to "C:\repos\project\\bin\website\Debug\_PublishedWebsites\AE.Feature.GlobalAlert\C:\Users\myuser\.nuget\packages\glass.mapper.sc.93\5.8.180\contentFiles\any\any\App_Config\Include\Glass\\z.Glass.Mapper.Sc.ViewRender.config.exclude". The given path's format is not supported. Project.Feature.GlobalAlert
I'm using NuGet in PackageReference mode, but I've also tried packages.config mode. Didn't help :(