Steve,
Are you using a recenty nightly build of NAnt ? If not, can you try with
the latest nightly build ?
Thanks,
Gert
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 02, 2004 8:40 AM
Subject: [Nant-users] Problem with
I'm having a problem using the task and conditional compilation.
Our solution uses 2 keys one for development and one for production.
The keys are defined in the assemblyInfo.vb file as follows...
#If DEBUG Then
#Else
#End If
The project configuration is ...
The