Hi,
I am
using CruiseControl.NET 1.0 RC2 with Nant 0.85 RC2 as my CI
Server
Now
one of the C# projects in the solution has a post build event
which copies a tlb file to the general output dir. This fails with a
source file not found
Now
I find that the tlb is not generated via a Nant build and
when
I build via the IDE, the tlb file is created. The project has the 'Register COM
Interop' property set to True. (Proj Properties > Config Properties >
Build > Outputs)
For
now I just copied an existing copy into the source directory
manually.
Any
solutions ?
Thanks,
Gishu Pillai