phillipsj / Cake.XdtTransform

Provides XDT based transformations for config files.
MIT License
6 stars 11 forks source link

Unable to install XdtTransform on VSTS #4

Closed konradbartecki closed 7 years ago

konradbartecki commented 7 years ago

VSTS can't install XdtTransform addin.

Solution VisualStudioVersion = 15.0.26228.4 Cake Version = 0.18 Cake VSTS Task Version = 0.2.4 VSTS Log: https://gist.github.com/konradbartecki/991511c14aa1573fa6ab044eb0857bd6 Build script code: #addin nuget:?package=Cake.XdtTransform

konradbartecki commented 7 years ago

It looks like issue related to Cake/VSTS. To fix this I had to add NuGet(v4.0.0) binary to the repository, but lower NuGet versions should do the trick too.