1

我有转换文件:

<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
    <runtime>
        <asm:assemblyBinding xmlns:asm="urn:schemas-microsoft-com:asm.v1">
            <asm:dependentAssembly xdt:Locator="Condition(asm:assemblyIdentity/@name='Company.Product')">
                <asm:codeBase xdt:Transform="SetAttributes(version,href)" version="1.2.3.4" href="FILE://D:/Path/To/Company.Product.dll" />
                <asm:bindingRedirect xdt:Transform="SetAttributes(newVersion)" newVersion="1.2.3.4" />
            </asm:dependentAssembly>            
        </asm:assemblyBinding>
    </runtime>  
</configuration>

可以使用版本作为参数运行任务TransformXml(或类似的东西)吗?

我的 buildscript 必须识别某些程序集的版本并将此版本设置为 web.config 文件中的属性。

4

0 回答 0