Skip to content

Providing build output in Azure #3051

Answered by pascalberger
nick5454 asked this question in Q&A
Discussion options

You must be logged in to vote

Cake.Issues addins might be of interest to you. The MsBuild provider allows to parse an MsBuild logfile for errors and warnings which you then can pass to a report provider to Create an HTML report or a SARIF file which you then can show as a build tab using the Azure DevOps SARIF SAST Scans Tab extension.

See here for an example of the second approach.

Cake.Issues addins would allow you to also further process the errors and warnings, e.g. by writing them as comments to pull requests.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@nick5454
Comment options

@devlead
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pascalberger
Comment options

You must be logged in to vote
3 replies
@nick5454
Comment options

@pascalberger
Comment options

@nick5454
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants