Questions tagged [msbuild-buildengine]
17 questions
0
votes
3 answers
MSBuild Compile target to generate a dll for a class?
I have a VB Class and when I run :
msbuild /t:Compile
It generates the Exe for the application that contains the compiled code for the class as well.
I want to have a separate dll for my VB class in myfolder Folder.
What extra arguments do I have…

Yugal Jindle
- 44,057
- 43
- 129
- 197
0
votes
2 answers
Get CruiseControl descriptive errors
My cruisecontrol runs two nant scripts and it builds by using msbuild. Msbuild is failing without giving any errors. Is there any way to get more error details? Below is how I have configured publishers.

CharithJ
- 46,289
- 20
- 116
- 131