Using Cake to build and possible package Textrude #48
highstreeto
started this conversation in
Ideas
Replies: 2 comments
-
Yes I have a passing familiarity with Cake (looked at a while back on another project). Sounds like an excellent idea - go for it ! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks again - this really is very cool! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Short summary, what Cake is: Cake is a build tool based on .NET, where the build scripts are written in an C# DSL. With this it should be easier to build, run tests, bundle / package, etc. in one script.
In my opinion, it is quite a good tool for build automation and works especially well in .NET projects, as the same language is used
But the integration with Visual Studio is very light, as only a single task can be run from the script, but not the build action or unit test running is changed.
Thoughts? (if they are no objections, I would open a PR)
Beta Was this translation helpful? Give feedback.
All reactions