Closed konradbartecki closed 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
#addin nuget:?package=Cake.XdtTransform
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.
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