I am getting builds marked as failed due to minor warnings (i.e. doxygen warnings, etc.) Is there a way to ignore output of specific tasks such that the build appears successful?
if you're running doxygen from a script task, just make sure the status code is 0, for example by putting exit 0 as the last line of your script.
Call a script that calls doxy.exe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I do this from a command task? I call a command task with the executable set to doxy.exe. How do I add additional code to call exit 0 at the end?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.