-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement the Cake build system. #17
Comments
@RyanONeill1970 glad to hear that you like the presentation. Let me know if you have any questions about using Cake. |
@RyanONeill1970 I know there is #9. Meanwhile I have created and added powershell scripts and msbuild as well. Not running properly yet. |
OK, cool. Add the hacktoberfest label back if you want to make sure you get credit. If you want to grab this task please feel free to assign yourself and thank you. |
@jeromechrist happy to advice on this if you need any help. I was planning on tackling it, but just haven't had the cycles to sit down and do it 😭 |
@jeromechrist that would be good but check with @M3LiNdRu first as they've done some work on this. |
@RyanONeill1970 ok ! |
That was quick, we'll give @M3LiNdRu a day to get back to us and then merge if no response. Thanks @jeromechrist |
Good stuff! @jeromechrist The point is to generate the nugets during the build. Not sure, if this has been done with Cake. Anyway, you can merge the PR and close that issue. Thanks |
@M3LiNdRu yes, you can easily package nuget packages as part of your Cake Build. |
I saw a very good presentation by @gep13 recently on the Cake project, which is a C# build system.
It looks like it will take away a few issues with PowerShell and merging the list of changes, current version etc. It will also avoid us making the mistake of having build server specific scripts.
This will need to be done after #9 .
The text was updated successfully, but these errors were encountered: