Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 nuget 包,需要在安装时向现有 xml 文件添加一些配置。
xml 文件位于文件夹结构的深处,例如:/app/config/site1/settings.xml
是否可以使用 XDT 转换此文件并添加一些配置?
是的,NuGet XDT 转换功能确实支持使用解决方案文件夹,还可以转换通用 XML。
只需将 settings.xml.install.xdt 和 settings.xml.uninstall.xdt 文件放在包的 Content 文件夹下的相同文件夹结构(作为您的目标文件夹结构)中。