Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report build errors as errors to Azure DevOps #5016

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

bdukes
Copy link
Contributor

@bdukes bdukes commented Feb 16, 2022

Summary

Currently the CI build reports all "issues" as warnings to Azure DevOps, so the errors that caused a build to fail aren't easy to find. Previously we had been using Cake.Frosting.Issues.Recipe to automatically report these issues, which does not distinguish between errors and warnings, and that logic was copied when we recently removed the Cake.Frosting.Issues.Recipe package reference during the upgrade to Cake 2.0. This PR adjusts that logic to report errors as errors and everything else as warnings.

@bdukes bdukes added this to the 9.10.3 milestone Feb 16, 2022
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@valadas
Copy link
Contributor

valadas commented Feb 16, 2022

This is a release management task, as per our policy, we are self-approving it.

@valadas valadas merged commit 5f90398 into dnnsoftware:develop Feb 16, 2022
@bdukes bdukes deleted the devops-report-errors branch March 15, 2022 19:55
@valadas valadas modified the milestones: 9.10.3, 9.11.0 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants