I am currently using Team Foundation Server 2013 Update 3 and Release Management 2013 with Update 3.
With release management, you can start a release manually or automatically from an assembly (the option "Can initiate release from an assembly").
Is it possible to initiate the release programmatically and independently of the assembly ? In practice, is there a way to interact with release management (presumably with its server component) through a service or command line tool (for example, like TFS Power Tools)?
Ideally, I would like to do this using PowerShell , so I was wondering what options I should follow.
source
share