cake-contrib/Cake.Json

Version 2.0.28 broke cake build script

saberone opened this issue · 2 comments

Since this morning our build script kept giving us the following error.

##[error]Error: Failed to install addin 'Cake.Json'.

After investigating we saw that Cake.Json 2.0.28 was released. After we forced a specific version of Cake.Json it worked again. We used the last known working version like so:

#addin nuget:?package=Cake.Json&version=1.0.2.13

Same happened to me. Important to mention, the #addin nuget:?package=Cake.Json&version=1.0.2.13 required me to use cake <package id="Cake" version="0.18.0" />

gep13 commented

I am going to go ahead and close this out, as I think this has been addressed. Feel free to comment again if still an issue.