【发布时间】:2014-05-14 00:48:47
【问题描述】:
我希望使用SlowCheetah 进行构建时间转换。我正在运行 Visual Studio 2013 更新 1。
我的变换可能是世界上最简单的;在web.Debug.config我有
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="test" value="test" xdt:Transform="Insert"/>
</appSettings>
</configuration>
当我尝试预览转换时,我收到以下错误:
有人有什么想法吗?我可以查看任何类型的日志或输出吗?
【问题讨论】:
-
根据stackoverflow.com/q/22554145,这可能是由于外部合并/差异工具造成的。
标签: slowcheetah