We are experiencing one odd issue in our development server, web deployment project build fails but the there are no errors in visual studio's errors list, and the output shows only:
Done building project "XXXX.csproj_deploy.wdproj".
========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========
There seem to be other reports of the same issue. The workaround that seems to work is compiling from command line with msbuild /p:Configuration=Release path\XXXX.csproj_deploy.wdproj
In this way the project builds successfully, but is still not a solution.
Has anyone experienced something similar? Any other workaround you know about?