New Build Errors when building Web Role
i started getting errors vso/vsts azure cloud service build.
i many of these types of error:
2015-12-17t22:02:26.7346781z ##[error]c:\program files (x86)\msbuild\microsoft\visualstudio\v12.0\windows azure tools\2.7\microsoft.windowsazure.targets(2787,5): error msb3021: unable copy file "c:\a\1\s\src\gameplanwebrole\.\tsjs\app-workspace\workspace\workspace.js" "c:\a\1\s\src\gameplanazure\obj\release\gameplanwebrole\c:\a\1\s\src\gameplanwebrole\.\tsjs\app-workspace\workspace\workspace.js". given path's format not supported.
2015-12-17t22:02:26.7356784z 2>c:\program files (x86)\msbuild\microsoft\visualstudio\v12.0\windows azure tools\2.7\microsoft.windowsazure.targets(2787,5): error msb3021: unable copy file "c:\a\1\s\src\gameplanwebrole\.\tsjs\app-workspace\workspace\workspace.js" "c:\a\1\s\src\gameplanazure\obj\release\gameplanwebrole\c:\a\1\s\src\gameplanwebrole\.\tsjs\app-workspace\workspace\workspace.js". given path's format not supported. [c:\a\1\s\src\gameplanazure\gameplanazure.ccproj]
this seems similar discussion: https://stackoverflow.com/questions/34100740/error-copying-typescript-files-when-packaging-azure-project-visual-studio-2015
and else experiencing today too: http://stackoverflow.com/questions/34334075/vsts-vso-host-pool-the-given-paths-format-is-not-supported
any ideas on if possible resolve here? or should contacting when things happen?
also, first part of tsc command line show supposed using 1.6 tooling
2015-12-17t22:02:07.9272926z c:\program files (x86)\microsoft sdks\typescript\1.6\tsc.exe --module commonjs --outdir ".\tsjs"
it seems backwards incompatible change introduced during last update. how understand it, passing in parameters can done using single dash '-' , not double dash '--'.
try this: tsc.exe -module commonjs -outdir ".\tsjs"
Archived Forums V > Visual Studio Team Services
Comments
Post a Comment