Ashthos / Cake.StyleCop

Stylecop implementation for the CakeBuild build system.
MIT License
5 stars 14 forks source link

Add DoNotFail and SuppressOutput extension methods #18

Closed joaopgmaria closed 6 years ago

joaopgmaria commented 6 years ago

DoNotFail can be used to prevent Cake task failure. Usefull if the build is running on a build server and we really just want to output the results in a info tab other than failing the entire build. SuppressOutput is usefull when you're checking stderr for failing the build or you just don't want all that noise in build logs.