phillipsj / Cake.XdtTransform

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

DotNet.Xdt Dll Missing #42

Closed Vhostymr closed 5 years ago

Vhostymr commented 5 years ago

The newest version is missing the DotNet.Xdt dll that previous versions downloaded as a dependency and a fresh build.ps1 execution is failing.

Edit: This is for version 0.18.1

phillipsj commented 5 years ago

@bhurler1 you will need to add the loaddepedencies=true to the end of the addin directive so the nuget depedencies are fetched.

addin nuget:?package=Cake.XdtTransform&version=0.18.0&loaddependencies=true

Vhostymr commented 5 years ago

No problem, disregard the PR then. Thanks!