Gary Ewan Park
Gary Ewan Park
@pascalberger do you have any insight on this one?
@garyng it would help to know exactly what version of Cake.Recipe you are using. Can you provide that information? Are you using this on a public repository? If so, can...
Just to follow up with the above... In the .Net Global Tool version of the JetBrains tools, there is a new command `jb` which will then invoke either `jb dupfinder`...
Re-opening this issue for now, since there are problem running the global tool on Linux, and also the suggestions is to create a new Cake.JetBrains addin, rather than trying to...
You are correct, Cake.Recipe does not currently have functionality for including this. If this is something that you are interested in adding to the project, then a PR to add...
Yes, using AppVeyor is still very much supported in Cake.Recipe. Currently, Cake.Recipe takes the approach of generating a report for the unit tests, rather than reporting it to the CI...
If you are looking to modify the functionality that is offered within Cake.Recipe, then you can do that by changing/overridding the built in tasks. This is documented here: https://cake-contrib.github.io/Cake.Recipe/docs/extending/modify-built-in-tasks If...
@AdmiringWorm I think this makes a lot of sense. My only concern being the ability to also create the required sources that we currently do when using NuGet.
Yes, that was what I was thinking about. Never used `DotNetCoreNuGetAddSource` and I have no reason to think that it won't work, just need to test this out.
@AdmiringWorm that is a good catch!