I just put together a small helper tool for our build process as a WinJS project. It runs just fine out of Visual Studio but when trying to create an .appx package for deployment on our CI server, I receive the following error message:
Error 102 Task 'GenerateAppxPackage' failed. The filename, directory name or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\AppxPackage\Microsoft.AppXPackage.Targets:1080
Couldn't find anything on the net, would appreciate any tip you might have.
All the best
Marcus