views:

59

answers:

1

CCNet passes the current build label to NAnt via the NAnt property "CCNetLabel". Is there a similar property where it passes the name of the CCNet project name?

+1  A: 

I found what I was looking for. The NAnt property is "CCNetProject".

Rohit Agarwal