Closed 312k1t closed 5 years ago
Thanks for your contribution
Can you please release it (publish nuget)?
@312k1t please note, that the change that you made here likely won't fix the problem you are seeing.
There was a breaking change in Cake 0.33.0 as well, so this addin would need to be compiled against that in order for that warning to not be shown. Cake.Recipe, which is being used to actually do the build here requires 0.32.1 to run the build, but there is nothing to stop you compiling the addin against 0.33.0 and using 0.32.1 to run the actual build.
Hi @louisfischer , I needed to upgrade Cake.Core to avoid using --settings_skipverification=true. Please let me know if we can merge and release.