RE: [Nant-users] task and conditional compilation
sources"," VBDebugTest.Form1.re sources" [solution] "C:\Projects\VBDebugTest\Form1.vb" [solution] "C:\Projects\VBDebugTest\AssemblyInfo.vb" [solution] Success! (exit code = 0) Build succeeded Total time: 0.5 seconds. --
[Nant-users] task and conditional compilation
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 ... Th