-
Notifications
You must be signed in to change notification settings - Fork 132
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
Just a note about new Hangfire build tools #3
Comments
Thanks! I just concluded to use that the second before you wrote this message. I will remove the build stuff for now and figure that out. Do I need to nuget that Hangfire.Build in my solution and than just change the scripts? |
Hangfire.Build is a solution-level NuGet package, so it is better to install it through the NuGet as this will add psake dependency automatically. Then, copy the After installing, you can remove the |
Also note that some tasks like |
Thanks Sergey! The build and nuget packages are working again! |
Thank you for extending Hangfire! Btw, have you seen AppVeyor, continuous integration server for Windows that is free for open-source projects? |
@frankhommers, I'm looking that you are fighting with MSBuild-based build scripts taken from Hangfire. They were pretty awful, and I've changed them recently with psake-based tools (results described in this PR).
As a result, I've built the Hangfire.Build project to simplify the build automation and you can see the new and beautiful build scripts:
Hope it will help you.
The text was updated successfully, but these errors were encountered: