-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add ability to treat rule violations as errors #523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jmezach Time to consider a 2.7.0 release? 😄 |
Sounds like a plan :) |
@jmezach Just FYI, did manage to do some field testing, and a small update is coming soon based on that |
Looks like the publishing pipeline isn't working correctly right now, so I'll have to look into that anyway ;). |
@jmezach Should this not be downloading the sdk and template packages instead of the test package? - name: download-artifact
uses: actions/download-artifact@v4
id: download-nugetpackages
with:
name: test-package
path: ~/nuget-packages
|
Yeah, that makes more sense ;). |
Release 2.7.0 is out there and includes your latest fixes. |
@jmezach Wonderful! Thanks |
fixes #522