0

With TFS2013's new Release Management, is it possible to deploy at a given date/time, as in scheduled releases.

For minimized impact on users in Production, we'd like to be able to deploy during down time (during the night for example).

Patrice Calvé
  • 674
  • 6
  • 12

1 Answers1

3

Yes.

When approving the acceptance step (first step of a stage), in the popup, you will have the option to approve now, or give a date and time. If you select a date/time, the deployment will be triggered only then.

No need to wake up in the middle of the night!

joerage
  • 4,863
  • 4
  • 38
  • 48
  • That means you have to manually select a date/time. If you want to schedule a release every night there is no automated solution. – ds19 May 08 '15 at 15:40
  • @ds19 In this case, simply schedule a build every night. Set up that build will trigger the release automatically. – joerage May 08 '15 at 16:15