How can I add more options to msbuild actions? I need to specify a custom logger (for CCNet to be able to parse the output). I would need the same for the Build VS.NET Solution action if “Use MSBuild” is checked.
I.e. msbuild Project.proj /pProp=Value /logger:MyLogger.xml…
/axl
Hi Andreas,
For the MSBuild Action you can specify additional command line parameters by setting the ‘Extra Params At End’ property in the action inspector, for the Build VS.Net Solution action the property is called ‘ExtraCmdLineParams’.
Regards,
Paul
Ah, so the Action inspector is the secret ingredient. I simply hacked the xml last night. Thanks!
/axl