Re: [nant-dev] PostBuildEvent

2009-01-22 Thread Lokhande, Manjusha
From: scound...@gmail.com [mailto:scound...@gmail.com] On Behalf Of Kevin Miller Sent: Wednesday, January 21, 2009 6:50 PM To: Lokhande, Manjusha Cc: nant-developers@lists.sourceforge.net Subject: Re: [nant-dev] PostBuildEvent Manjusha, I would recommend if possible that you replace the

Re: [nant-dev] PostBuildEvent

2009-01-22 Thread Lokhande, Manjusha
Subject: Re: [nant-dev] PostBuildEvent Manjusha, I would recommend if possible that you replace the post build step with NAnt. I like to consolidate all the moving parts of the build process into one place when possible. I typically invoke msbuild from the command line. It seems to be

Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Lokhande, Manjusha
a Cc: nant-developers@lists.sourceforge.net Subject: Re: [nant-dev] PostBuildEvent Manjusha, Whatever you are doing in your post build step could likely be accomplished by Nant itself. I usually invoke MSBuild to build solutions and NAnt for everything else. For me this usually involves c

Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Gert Driesen
Hi Manjusha, No, this is not something we currently support in the task. Gert From: Lokhande, Manjusha Sent: Tuesday, January 20, 2009 6:44 AM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] PostBuildEvent Hi, I have a PostBuildEvent defined in my .csproj file. But I do

Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Lokhande, Manjusha
@lists.sourceforge.net Subject: Re: [nant-dev] PostBuildEvent Hi Manjusha, No, this is not something we currently support in the task. Gert From: Lokhande, Manjusha <mailto:manjusha.lokha...@morganstanley.com> Sent: Tuesday, January 20, 2009 6:44 AM To: nant-deve

[nant-dev] PostBuildEvent

2009-01-19 Thread Lokhande, Manjusha
Hi, I have a PostBuildEvent defined in my .csproj file. But I do not wish to run this event after completing the build through NAnt. How could I achieve this with NAnt? Is there any way to bypass PostBuildEvent using NAnt build script? In case of MSBuild, a PostBuildEvent can be bypassed sim

[nant-dev] PostBuildEvent

2009-01-16 Thread Lokhande, Manjusha
Hi, I have a PostBuildEvent defined in my .csproj file. But I do not wish to run this event after completing the build through NAnt. How could I achieve this with NAnt? Is there any way to bypass PostBuildEvent using NAnt build script? In case of MSBuild, a PostBuildEvent can be bypassed sim