how to daily build automatically?

I create a new buildtype, I want to do daily build with this new buildtype automatically, how can I do

I add a new windows taskproject, select the TFSbuild.exe as the programme that I want to run at 6:00 PM each day, in the run textbox,

I write as follows:

"D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\TFSBuild.exe"

start <ubscmserver> <ubs 目> <automatedbuild>

but I found no outcome in my drop location at the scheduled time,why

Thanks a lot.



Answer this question

how to daily build automatically?

  • maakus

    First, I would write a bat file in order to run the tfsbuild command. That way you can make changes to the bat file without ever changing the task. Next, I would run the bat file or test run the task and see if that actually does the build. There may have been a typo that causes it to fail but you are not aware.

  • Rob Hall

    Abhinaba has an entry on how to setup scheduled builds for Team Build - http://blogs.msdn.com/abhinaba/archive/2005/11/21/495179.aspx

  • how to daily build automatically?