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.

Reply via email to