anorisoft
anorisoft
How are the test results currently published? Is Appveyor still supported by Cake Recipe?
How can I use the report for the unit tests. With NUnit the console output is written but nothing in the directory. If I find time I will make a...
That's a good way to go. This way I can try out my idea. If it works, I'll do a PR.
I have tried but something does not work. I delete all test tasks and overwrite them with the example. The result does not change. ``` BuildParameters.SetParameters( context: Context, buildSystem: BuildSystem,...
Oh. It was the wrong Task. BuildParameters.Tasks.DotNetCoreTestTask
Does DotNetCoreTester have a result file that you could send to appveyor?
Hi. What is the normal way with cake recipe to display issue reports. How should I bring the report.html file to gitHub. Is there a description of the workflow?
I also have the same problem locally. Environment variables should be set. GitHub: https://github.com/anorisoft/Anori.Extensions Appveyor: https://ci.appveyor.com/project/anorisoft/anori-extensions [log.txt](https://github.com/cake-contrib/Cake.Recipe/files/6113566/log.txt)
I am not sure if the problems are related. My test results are not published. I have changed the code so that an error occurs but appveyor only shows it...