cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.84k stars 722 forks source link

Verify: if builds fail on CI it is nice to expose the recieved files for download https://github.com/VerifyTests/Verify/blob/main/docs/build-server.md #4257

Open devlead opened 7 months ago

devlead commented 7 months ago
          > if builds fail on CI it is nice to expose the recieved files for download https://github.com/VerifyTests/Verify/blob/main/docs/build-server.md

Sensible addition can add that in dotnet test Task OnError https://cakebuild.net/docs/writing-builds/tasks/error-handling

I'll add an issue to track that post 4.0 release.

Originally posted by @simoncropp @devlead in https://github.com/cake-build/cake/issues/4256#issuecomment-1814090073