We use PostBuild steps in our project files to copy files to
our common build directory and to provide some functionality that Nant provides
automatically. Problem is that with the release of Nant .84 the post build
steps are getting run by Nant and failing because the files they copy aren’t
where they expect them to be! Is there a way short of recompiling Nant to
indicate in the solution task to ignore those steps? BTW I did read through
the source and didn’t see an obvious way and for now we are running with
a patched version that doesn’t run PostBuildEvents. Thanks, Chris |