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

Implement the Cake build system. #17

Open
RyanONeill1970 opened this issue Oct 2, 2016 · 10 comments
Open

Implement the Cake build system. #17

RyanONeill1970 opened this issue Oct 2, 2016 · 10 comments

Comments

@RyanONeill1970
Copy link
Member

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 .

@gep13
Copy link

gep13 commented Oct 2, 2016

@RyanONeill1970 glad to hear that you like the presentation. Let me know if you have any questions about using Cake.

@M3LiNdRu
Copy link
Collaborator

M3LiNdRu commented Oct 8, 2016

@RyanONeill1970 I know there is #9. Meanwhile I have created and added powershell scripts and msbuild as well. Not running properly yet.

@RyanONeill1970
Copy link
Member Author

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
Copy link
Contributor

Sup, i can implement a basic cake build for you that you can expand on for #8 and #9

@gep13
Copy link

gep13 commented Oct 20, 2016

@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 😭

@RyanONeill1970
Copy link
Member Author

@jeromechrist that would be good but check with @M3LiNdRu first as they've done some work on this.

@jeromechrist
Copy link
Contributor

@RyanONeill1970 ok !

@RyanONeill1970
Copy link
Member Author

That was quick, we'll give @M3LiNdRu a day to get back to us and then merge if no response.

Thanks @jeromechrist

@M3LiNdRu
Copy link
Collaborator

M3LiNdRu commented Oct 20, 2016

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

@gep13
Copy link

gep13 commented Oct 20, 2016

@M3LiNdRu yes, you can easily package nuget packages as part of your Cake Build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants