SQL Server Data Tools for Visual Studio 2017. A solution of mixed SSAS and SSIS. Trying to see why a build fails. Not a single error or warning in the Error List.
I do a Rebuild for solution:
========== Rebuild All: 4 succeeded, 1 failed, 0 skipped ==========
I do the build one-by-one for the projects. It is the SSAS project that fails.
Here's the complete data I get out of it, once I set the MSBuild project build output verbosity to Diagnostics:
------ Build started: Project: myprojectname, Configuration: Development ------
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
How do I find
1) What fails
2) Why fails
?