microsoft / BikeSharing360_BackendServices

BikeSharing360 Demo Apps Backend Services
90 stars 50 forks source link

Path too long error #10

Closed shainefisher closed 7 years ago

shainefisher commented 7 years ago

I have all of the latest updates, and everything goes fine until we hit this error publishing:

This is one of a LOT of the same error, for various paths.

Copy-Item : The specified path, file name, or both are too long. The fully 11:16:38 - [ERROR] qualified file name must be less than 260 characters, and the directory name 11:16:38 - [ERROR] must be less than 248 characters. 11:16:38 - [ERROR] At E:\apps\be\src\BikeSharing.Services.Deploy\bin\Debug\staging\BikeSharing.Ser 11:16:38 - [ERROR] vices.Deploy\Deploy-AzureResourceGroup.ps1:183 char:3 11:16:38 - [ERROR] + Copy-Item "$PSScriptRoot............\src\BikeSharing.Se ... 11:16:38 - [ERROR] + ~~~~~~~~~~~~~ 11:16:38 - [ERROR] + CategoryInfo : WriteError: (E:\apps\be\src...dules\pseudomap:S 11:16:38 - [ERROR] tring) [Copy-Item], PathTooLongException 11:16:38 - [ERROR] + FullyQualifiedErrorId : CreateDirectoryIOError,Microsoft.PowerShell.Comm 11:16:38 - [ERROR] ands.CopyItemCommand

Visual Studio 2015, Windows 10.

At ideas? I can't really make the path any shorter :/

shainefisher commented 7 years ago

I manger to get the project published, so closing.