-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update rakefile to .NET Core solution #142
Comments
It'd be nice if everything was through Rake (of course it would use the Not sure if any of that is important these days. |
Related update: in order to make CI work on AppVeyor, a PowerShell build script has been created. That goes from cleaning to restoring, up to publishing on MyGet for dev and NuGet for production. Hooks between AppVeyor and Github still needs fixing, and that is waiting until we move to a Github organization. Once that works, there should be less pressure to publish manually from a dev machine. Anyway, if we want to keep that around, PowerShell works on Windows machines, but has been ported cross-platform to Linux and Mac as well. We can see how much overlap there's between PowerShell script and rakefile, if both of them should survive, or merge rakefile in powershell, or what. |
I died a little inside.
Gross. But I think in the long run killing the ruby/rake dependency is probably best. |
Additional notes:
|
Within chore/dotnet-core-1.0 branch, Rakefile has been partially updated to new directory locations.
There's one section that still requires work/attention though: Packaging tasks.
Ideally, if that's about NuGet packaging, that should be performed through
dotnet
CLI tools (pack
,publish
). So, besides having a working setup for packaging, is that part still relevant in Rakefile?The text was updated successfully, but these errors were encountered: