Issue with clickonce bootstrapper and msbuild

后端 未结 9 1189
长发绾君心
长发绾君心 2020-12-28 08:25

I have a CruiseControl .NET build server running on Windows Server 2003, and I am trying to build and publish my ClickOnce application using msbuild.

Everything is w

9条回答
  •  悲&欢浪女
    2020-12-28 09:04

    I was able to fix this problem by pointing to MSBuild.exe from this location

    C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe

    Previously I was pointing to

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe

提交回复
热议问题