I am trying to publish a project in Visual Studio 2013 that has files with very long names, including the location of the path. I moved the project to a place closer to my root C: \ drive, which allows you to compile it, but when publishing it tries to copy files to the% appdata% folder, as a result of which the name will exceed the limit.
Here is the error I get:
Error 10 Copying file node_modules\grunt-bower\node_modules\bower\node_modules\bower-registry-client\node_modules\bower-config\node_modules\optimist\node_modules\minimist\.travis.yml to C:\Users\jake\AppData\Local\Temp\WebSitePublish\WebProject
Is there a way to change this project name or where is it temporarily copied so that I can publish from Visual Studio?
source share