I have downloaded the latest 5.06 build (Angular/Core .Net 4.61), and used a Git repo on VSTS.
My base path for the repo is c:\Code\Repos\CC
When I attempt to build, I get the following error:
Severity Code Description Project File Line Suppression State Error CS1926 Error opening Win32 manifest file C:\src\shared\utils\chat-message.component.html -- Could not find a part of the path 'C:\src\shared\utils\chat-message.component.html'. CompleteFootball.AngularUI C:\Code\Repos\CC\angular\CSC 1 Active
I am able to get past this by creating a dummy file in the path mentioned, but this is not the right approach. It would seem something is referencing a hard-coded path?
Anyone else have the same problem?
Thanks Brandon