Web.Config transforms outside of Microsoft MSBuild?

后端 未结 8 2118
情书的邮戳
情书的邮戳 2020-11-29 18:13

Is it possible to use Microsoft\'s XML document transform, for preparing web.configs, outside of MSBuild? I would like to use PowerShell to do these transform without having

8条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-29 18:35

    Take a looked at using MSDeploy since it has PowerShell scripting APIs that allow you to transform and deploy your package.

    You can also look at XML-Document-Transform which if you wanted to you can write your own code to perform the Transform.

    Here is a codeplex project that did something similar.XDT Transformation Tool

提交回复
热议问题