Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Publish results.json as build artifact (always) #72

Open AndyCW opened 4 years ago

AndyCW commented 4 years ago

If unit tests fail, it is hard to see what the problem was as the results.json file that is output from running dotnet nlu tests is not published as a build artifact. Request is to publish it using if (always) so that the output is available to assist with diagnosing tests failures.