-
Notifications
You must be signed in to change notification settings - Fork 743
Updated cake to version 3.1.0 and corrected breaking changes cake code #4540
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
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.
Some suggestions.
src/NUnitFramework/tests/Constraints/CollectionEquivalentConstraintTests.cs
Outdated
Show resolved
Hide resolved
Fix requested changes
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.
Thanks. Nothing further from me.
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.
Thanks @OsirisTerje , especially for the added macos fix. Looks good.
While correcting the script after the update, I noticed that we do have some tasks that seems to not be used, Publish Test results is one - that one seems to be oriented to Azure Pipelines. And then SignPackages. This one I believed we should have there, but I guess we might need to update it, and also ensure we have a valid certificate.
On the other hand, nuget does an automatic repository signing for the packages. So, do we need more?
Fixes #4465