Reputation: 1141
I am trying to setup a automated build for a project in VS2010 using the TFS inbuilt trigger scheduler setting. TFS-->Builds-->my_Build-->Right click, Edit Build Definition. In Trigger tab, I have Scheduled build every week on following days and given time as say 6:00 AM.
I don’t see any build getting queued at that time. Is there any other setting to be done, can you please point me to any links which has the settings please.
Thanks
Arvind
Upvotes: 1
Views: 875
Reputation: 8544
Just a wild guess:
If you haven't checked this, your scheduled build will only start if there are changes in the sources mapped within the Workspace.
Upvotes: 2