-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add Cake CoreCLR bootstrapper #28
Comments
This is what I currently use as a CoreCLR bootstrapper https://adamhathcock.blog/2017/07/12/net-core-on-circle-ci-2-0-using-docker-and-cake/ |
PowerShell bootstrapper: |
@adamhathcock bootstrapper works great for simple cake files. However, once I added addin, I received I'm using following syntax to add addin. Is there any way to configure Cake not to use nuget.exe but use Currently I'm using docker image |
I don’t know off hand. I don’t use any addins but I suspect the answer is No. Probably more work needed to remove the nuget executable dependency. |
@mholo65 thanks a lot! in-process NuGet setting + script that uses dotnet core instead of mono simplifies docker setup. Btw, currently |
While investigating the possibility to use cake as a scripting engine for build scripts we also evaluated cake for use with dotnet core containers. As a result we implemented a cake.coreclr bootstrapper script that a ci could use. It works fine on systems that provide the tools |
There is a Cake.CoreCLR package, but there is no documentation and even bootstrapper how to use it.
The text was updated successfully, but these errors were encountered: