Hi, I want to use CCNetRequestSource wich is the name of the trigger wich launch the Msbuild task. For exemple when "toto" trigger is exected i want to launch the "toto" target on MsBuild. Is it possible ? It's for a nightly build, i want to create MSI file and doc at this time, i created the specific target in MSBuild but i don't found how to execute it only when a specific trigger is throw.
|
1
|
|||
|
|
|
There is msbuild syntax that should help you with this. Take a look at the following links:
You should try adding a facade build file for CruiseControl to call that will delegate to your solution files with a construct similar to the following:
|
||||
|
|
|
I make it like this :
I choose this solution because i always need the first build :) the second target is a sandcastle project to lunch only at night :) |
||
|
|
