Cake.Recipe
Cake.Recipe copied to clipboard
Add MSBuild Test Result output when DotNetCore-Build
Currently, when running on a Mac, there is an error generated from Cake.Issues.Recipe, since so test results are available to find issues on. This is due in part to things like InspectCode not running on a Mac, but also due to the collection of issues not being done for the DotNetCore-Build task. This needs to be fixed.
Related Cake.Issues.Recipe issue: https://github.com/cake-contrib/Cake.Issues.Recipe/issues/98
Exception fixed with #493. We should still create a log file for .NET Core builds which can be passed to Cake.Issues.Recipe.