-
Notifications
You must be signed in to change notification settings - Fork 464
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
Enable CI/CD #74
Comments
Would greatlyappreciate your help here. I'm familiar with TFS/VSO/TeamCity but never actually touched modern popular web-based systems such as those two. |
👍 I can work on this. Can you add me as a collaborator on the project? |
I'm not the owner too, don't have the permission but asked to add your in #47 |
Hey Nate, did you have a chance to get any progress, or at least thoughts, on this? |
Sorry, I got busy over the weekend and didn't have a chance to look at it. I can work on it this week. Here's what I've done in the past, let me know if this workflow sounds good:
|
Also, we should merge #72 first because the build scripts will be different after that PR. |
Sure, no problem at all, glad you're still here/ interested :) I don't have any preferences for the framework to write the build script for, whether it's cake, fake, or paket. Up to you and your experience. |
Sounds good! 👍 |
Sorry for the long delay, it's been a busy week. I made some progress on this, but I am going to wait until after #72 is merged as it requires a lot of changes to the cake build script. Easier to do it all at once. |
It should be pretty easy to use travis-ci or AppVeyor to build this repo when code is checked in. Additionally, the CI script could produce the nupkg file automatically and push it somewhere like MyGet.
I've set this up before, so I'm happy to assist if you want to do this.
The text was updated successfully, but these errors were encountered: