Hi if it's an msbuild script, that should automatically display your build progress for nant look at the following : http://confluence.public.thoughtworks.org/display/CCNETCOMM/Viewing+build+progress+with+Nant+and+MSBuild
with kind regards Ruben Willems On Tue, Apr 5, 2011 at 12:13 AM, Zilla <[email protected]> wrote: > Thanks, but doesn't that just cause a build to at a certain interval? > If so you misunderstood my post. Here's what I want. Say I have a > script that has 10 tasks - > task1: getting source > task2: devenv source1.sln > task3: devenv source2.sln > ... > task10: publish e-mail results. > > As each of those tasks is being executed, I want to the dasboard to > reflect that accordingly. > > Did I misunderstand your answer? > > -chris > > On Apr 4, 3:48 pm, Ruben Willems <[email protected]> wrote: > > Hi > > > > use an interval trigger for this : > http://confluence.public.thoughtworks.org/display/CCNET/Interval+Trigger > > > > with a king regards > > Ruben Willems > > > > On Tue, Mar 29, 2011 at 4:01 PM, Zilla <[email protected]> wrote: > > > I can push the refresh button to reflect my script's current activity, > > > e.g., Checking modifications, Getting software, Building file1, > > > Publishing results, etc. How can I set this up so the status is > > > automatically updated? > > > > > Thanks, chris >
