Click here for various resources, including links to external tutorials, articles, blog entries and example usages. You can get help on the mailing lists.
CruiseControl.NET development is supported by ThoughtWorks - world leaders in Agile Software Development
We have a single solution with about 150 projects or so to build and
when we do this build manually through the IDE, build, rebuild,
publish everything works fine.
When i try to replicate the same thing through CruiseControl, i get
error code=MSB3202 in my build log file. This error code complains
about the.vbproj file not found on the relevent path in the project
while actually the file does exist. It is however not included in the
solution as this is one of requirements as per our coding standards
followed.
Any chance can someone tell me how i can get this .vbproj to build in
cruisecontrol without complaining about error code=MSB3202 as the file
actually exists in the project path.
Just out of curiosity, has it got to do anything with some settings in
the propertygroup which needs changing for this to work?
Hi there
We have a single solution with about 150 projects or so to build and
when we do this build manually through the IDE, build, rebuild,
publish everything works fine.
When i try to replicate the same thing through CruiseControl, i get
error code=MSB3202 in my build log file. This error code complains
about the.vbproj file not found on the relevent path in the project
while actually the file does exist. It is however not included in the
solution as this is one of requirements as per our coding standards
followed.
Any chance can someone tell me how i can get this .vbproj to build in
cruisecontrol without complaining about error code=MSB3202 as the file
actually exists in the project path.
Just out of curiosity, has it got to do anything with some settings in
the propertygroup which needs changing for this to work?
kindly reply