0

Is it possible to schedule a recurring release from within Release Management? I'd like to be able to step away from RM and have it automatically push a release using the latest build from the path's specified build drop location.

Also - is it possible to have RM automatically release whenever a new build is dropped, WITHOUT installing the RM agent on the build server, and without writing extra REST services etc - simply via tool configuration? It already is configured to see the drops folder (in Path > Properties) - so I would imagine that clicking the checkbox that says Release on Build should... release on build, no?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
RobVious
  • 12,685
  • 25
  • 99
  • 181

2 Answers2

0

For your first question you can use a build definition that is triggered on a schedule. I have a soup-to-nuts blog post series (index page here) that takes you through the whole process.

Graham Smith
  • 517
  • 2
  • 10
  • I know how to schedule builds. I don't know how to get RM to pick them up. – RobVious Mar 05 '15 at 22:00
  • @RobVious, you do know how to get RM to pick them up as you specifically excluded the two methods of doing so. customise the build, or call REST API. If you have VSO and vNext templates it works automatically. – MrHinsh - Martin Hinshelwood Mar 06 '15 at 05:28
-1

Those are fundamental features of Release Management for Visual Studio, so yes.

It really depends on which version of the bits gives you automatic configurations. That checkbox for build is more giving permission for that build to trigger the release.

However I you are on VSO and using the vNext templates you will get an automatic subscription.

Otherwise its a push model. Your build needs to push the build to the release pipeline.