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

Use Cake Frosting optimized addins #6012

Merged

Conversation

pascalberger
Copy link
Contributor

Summary

Updates build to make use of addins optimized to be used with Cake Frosting. Compared to the previously used addins, these addins contain NuGet dependencies instead of shipping them as part of the package.

In case of Cake.Git this fixes some issues with native LibGit2Sharp DLLs. Beside that it gives you control about the version of dependencies which should be used in your build, which can be useful for example for Cake.Issues.MsBuild and MsBuild.StructuredLogger if a newer binlog version should be supported and Cake.Issues.MsBuild is not available yet.

Also updates addins to latest version. For Cake.Git to a version which support Cake Frosting 4.x, and for Cake Issues addins to the latest versions, which also brings support for binlog format version 20.

@pascalberger
Copy link
Contributor Author

Please let me know if you prefer to additionally have an issue for this kind of change.

@bdukes
Copy link
Contributor

bdukes commented Apr 24, 2024

Thanks!

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.

Awesome, thanks

@valadas valadas merged commit 787c83d into dnnsoftware:develop Apr 24, 2024
3 checks passed
@pascalberger pascalberger deleted the feature/cake-frosting-addins branch April 25, 2024 04:55
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.

3 participants