NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 252 forks source link

Nuget install Packages + VS TransformXML #4735

Closed mhsmith01 closed 6 years ago

mhsmith01 commented 7 years ago

Also posted discussion on stackOverflow: http://stackoverflow.com/questions/41944337/how-to-use-nuget-install-packages-vs-transformxml

The issue is when installing nuget packages, changes are made to the end file like App.config which are lost once the file is generated from its App.base.config + App.MyEnv.config. Much of what I have researched deals with setting up the package directly with XDT but all this means is installs/updates will continue to target the wrong config and be lost once that file is regenerated. Is their anyway to redirect the installs/updates from nuget packages to effect a target file like App.base.config?

Thanks

emgarten commented 6 years ago

Thank you for the suggestion and scenario, there is currently no additional work planned for XDT transforms.