Recently I was moving a TFS XAML build to one the new style builds. The XAML based build worked fine but when I tried the new format the build failed with this error
Unable to process command '##vso[task.logdetail id=faad7dd0-d179-4a32-ba2a-cecf68fd7d28;parentid=;
I tried turning off logging in the build and it did not help. This issue was one of the folder names for the projects. It contained [ ] in the name which the new Build format does not support. Removing the [ ] from the folder name allowed the project to build. I also had to edit the solution file and update the project folder to the new name
Hope this helps
Saturday, January 6, 2018
Subscribe to:
Posts (Atom)
-
If you have the Anniversary update windows 10 pro or greater you can enable long file names in group policy. Search for group policy edit...
-
If you are having problems getting your hyper-v emulators to run here are the steps I recommend to fix them First and this usually fixes t...
-
I have used the NoSql database Lex.DB in some of my mobile apps in the past. The DB was actually very handy and it worked on Xamarin.iOS, X...