nengberg / cake-envxmltransform

A plugin for Cake for environment-based configuration transformations
MIT License
4 stars 0 forks source link

Missing dll file in nuget package "Cake.XdtTransform.dll" #1

Closed robgha01 closed 7 years ago

robgha01 commented 7 years ago

I added the #addin "Cake.EnvXmlTransform" however when i run ConfigTransform.ApplyTransformations(path, configuration); i get the error:

Error: System.IO.FileNotFoundException: Can not load file or assembly Cake.XdtTransform, Version = 0.9.11.0, Culture = neutral, PublicKeyToken = null or one of its dependencies. The file can not be found. Filename: Cake.XdtTransform, Version = 0.9.11.0, Culture = neutral, PublicKeyToken = null     at Cake.EnvXmlTransform.EnvironmentalXmlTransformRunner.TransformConfigurations (Dictionary`2 organizedConfigFiles)...

image

the version in properties of the dll do not match the version expected by the console runner.

Cake version im using is 0.14.0.0 in expremental mode.

robgha01 commented 7 years ago

@nengberg ether include it or update the documentation that one need to add #addin for the missing dll file.

nengberg commented 7 years ago

Hi @robgha01 and thanks for trying out my plugin.

It seems that you are the first one using! I haven't received any complaints yet! 😄 I've published a new release now and it should be all in place. Please get back to me if I have missed anything!

Regards Niklas

nengberg commented 7 years ago

Do you still experience any problems @robgha01 or can I close this one?