Guest User

Untitled

a guest
Aug 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Cruisecontrol.net and msbuild - how do I build multiple solutions under one project?
  2. <msbuild>
  3. <executable>c:WindowsMicrosoft.NETFramework64v4.0.30319MSBuild.exe</executable>
  4. <workingDirectory>C:Program FilesCruiseControl.NETserverMA_Release</workingDirectory>
  5.  
  6. <projectFile>WorksFineWith1.sln</projectFile>
  7. <projectFile>ErrorsOutWithMoreThan1.sln</projectFile>
  8.  
  9. <buildArgs>/noconsolelogger /p:Configuration=Debug</buildArgs>
  10. <logger>C:Program FilesCruiseControl.NETserverThoughtWorks.CruiseControl.MSBuild.dll</logger>
  11. <timeout>900</timeout>
  12. </msbuild>
Add Comment
Please, Sign In to add comment