Looks like Microsoft has included MSBuild along with Visual studio 2013, hence building Cruise control with old MSBuild path may not work.
Cruise Control has to point to the following new MSBuild path
New:
C:\Program Files\MSBuild\12.0\Bin\MSBuild.exe
Old:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
Otherwise the following errors will thrown when you build from command prompt
CLICK ONCE ERROR: “An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool Error”
error MSB3147: Could not find required file 'setup.bin'
Cruise Control has to point to the following new MSBuild path
New:
C:\Program Files\MSBuild\12.0\Bin\MSBuild.exe
Old:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
Otherwise the following errors will thrown when you build from command prompt
CLICK ONCE ERROR: “An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool Error”
error MSB3147: Could not find required file 'setup.bin'