I'm hosting this package on myget and the weird this is that if I download the nupkg and install it using
Install-Package C:\………\package.nupkg
It works! and applies all the desired transforms. No errors, all good.
But if I do
Install-Package package
The error gets thrown, I decided to remove these transforms just to get the package working and still is complaining about not finding the attribute key, then I unzipped the nupkg to check the xdt files and the transforms were not there.
Details about Problem
Using web.config.install.xdt I'm trying to add a new appSetting to the web.config.
What I'm using is this:
I'm hosting this package on myget and the weird this is that if I download the nupkg and install it using
Install-Package C:\………\package.nupkg
It works! and applies all the desired transforms. No errors, all good.
But if I do
Install-Package package
The error gets thrown, I decided to remove these transforms just to get the package working and still is complaining about not finding the attribute key, then I unzipped the nupkg to check the xdt files and the transforms were not there.
Have you seen this behavior before? Ideas ?
NuGet product used: NuGet.exe NuGet version: 4.1.0