Anyone have any sample configurations using CruiseControl.net or similar tool?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way to do this is:
Specify the cruise control configuation to run the following in a Visual Studio command prompt:
sourceanalyzer -b FOO devenv solution.sln /REBUILD “Debug”
The final parameter is the name of the build configuration; this configuration needs to emit PDBs for any buildable component you need SCA to analyze.