在TFS 2010中构建应用程序时出现错误.在"Product:*"部分中未解析对符号"Property:NETFRAMEWORK45"的引用.这适用于Wix 3.9
Wix包引用了NetFxExtension.我可以很好地在我的本地机器上构建wix,但是当我通过TFS构建它时,我得到了错误.任何人都可以帮我解决这个问题吗?我有以下代码导致错误.
<PropertyRef Id="NETFRAMEWORK45"/>
<Condition Message="This application requires .NET Framework 4.5. Please install the .NET Framework 4.5 then run this installer again.">
<![CDATA[Installed OR NETFRAMEWORK45]]>
</Condition>
Run Code Online (Sandbox Code Playgroud)