Our build process deploys our product to a remote instance for testing and sends a custom email to our entire dev team notifying them if it was successful.
Right now I have a custom activity that uses the BuildDetails.CompilationStatus and the BuildDetails.TestStatus to determine if there were any errors in the build process.
Is there anyway to get the specific errors from build process?
The following code actually ended up doing what I wanted and I was able to go through each of the errors and warnings and add them to my email output.