Hi Bumbala, You can use the conditional publisher [1] and an exec task inside it to achieve it.
[1] http://ccnetlive.thoughtworks.com/ccnet/doc/CCNET/Conditional%20Publisher.html With kind regards, Benjamin Baumann 2010/11/1 Bumbala <[email protected]> > Hello, > > I did all the configuration regarding CCNET and it's working properly. > However, I simply want to execute a batch after each successful build. > I am googling it for hours, but no luck. Here is my ccnet.config file: > > <cruisecontrol> > <project name="MyProject" webURL="http://localhost/ccnet"> > <sourcecontrol type="vss" autoGetSource="true"> > <ssdir>...</ssdir> > <project>...</project> > <username>...</username> > <password>...</password> > <workingDirectory>...</workingDirectory> > <cleanCopy>true</cleanCopy> > </sourcecontrol> > <tasks> > <devenv solutionfile="..." configuration="Release" > /> > </tasks> > <publishers> > <xmllogger logDir="BuildLogs" /> > </publishers> > <triggers> > <intervalTrigger seconds="60" /> > </triggers> > </project> > </cruisecontrol> > > Thanks in advance.
