Questions tagged [ms-release-management]

Microsoft Release Management is a tool that allows you to automate the release and deployment cycle of software. It is part of Visual Studio / Team Foundation Server 2013 and beyond.

Microsoft Release Management was originally a tool called InRelease, created by InCycle Software. Microsoft acquired the tool in mid-2013 and integrated it into Visual Studio / Team Foundation Server 2013.

The software consists of three components:

  1. A server
  2. A client
  3. A deployer agent

Using the client, you connect to your release management server and configure what applications you're deploying, how they should be deployed, and what servers they should be deployed to. In addition, you can specify who within your organization is responsible for approving each stage of your release.

This application has been deprecated as of 2015. It is no longer receiving new features or updates, and has been entirely replaced by Azure Pipelines.

376 questions
3
votes
2 answers

WebApp deployment to Azure

I'm trying to deploy a build to Azure WebApp. In Azure (http://manage.windowsazure.com) I linked the web app to my Visual Studio Online(VSTS) account. In VSTS I've created a release definition with a single task (Azure Web App Deployment); the task…
ds19
  • 3,176
  • 15
  • 33
3
votes
2 answers

MS Release Management System Variables

I am using Release Management 2015 and doing Agent deploys. I want to access the TFS Build Number and use it as part of my deployment. The RM documentation says that starting with RM 2013 U4, system variables are available for use. The…
mcolegro
  • 559
  • 5
  • 18
3
votes
1 answer

Release Management Continues Release on Error

I'm using Release Management 2015 along with a vNext release template. It appears that event when components are placed in a single Sequence control flow container, a failure in a component deployment does not stop the deployment. Instead, the…
RMD
  • 3,421
  • 7
  • 39
  • 85
3
votes
1 answer

Releasing multiple projects for one solution

I have a Visual Studio solution with one SSRS project, two SSIS projects, one SSAS project and one SQL Server project. I'm using TFS2013 Update 4. I'd like to deploy this solution using TFS Release Management in two environments. First environment…
ds19
  • 3,176
  • 15
  • 33
3
votes
1 answer

RM + DSC to node in untrusted domain

So I mention the untrusted domain aspect because I went through all the hoops around credential delegation and trusted hosts lists etc to allow me to successfully push a DSC configuration from my RM server to a target node (not using RM, just native…
sburgess123
  • 332
  • 2
  • 10
3
votes
3 answers

User needs to be granted the Release Manager role to update the existing database

I moved an existing RM database over to a new environment and installed RM. However, when configuring, I get the error, "The User ____ needs to be granted the Release Manager role to update the existing database for Release Management." I had…
3
votes
0 answers

Error in TFS Release Management Server after Upgrading to Update 3

Some weird and unexplained error logged in InRelease aka (Release Management) server event log after upgrading Release Management Update 1 to update 3. Below error started getting logged only after upgrading to Update 3. Even though we started the…
Mohammed Jawed
  • 407
  • 3
  • 12
3
votes
1 answer

Release Management vNext component deployment location

Is there a way to modify the target location of the deployments for vNext templates? They all go to the following default location. C:\Windows\DtlDownloads\ComponentName Also, is there a way to acquire the name of the vNext deployment component…
Pam
  • 63
  • 5
3
votes
1 answer

What do the "Parallel", "Sequence", and "Manual Intervention" actions do?

I would like to learn best practices in creating release template with MS Release Management. What is the use of control flow tools red marked in the below screen?
Sreekanth Mohan
  • 340
  • 4
  • 29
3
votes
2 answers

Using Microsoft Release Management with Team City

Is it possible to use Microsoft Release Management Server with the build artifact output from a Team City build? And perhaps optionally have Team City trigger the first step in a release? I've only seen documentation which steps though builds with…
Edward Wilde
  • 25,967
  • 8
  • 55
  • 64
3
votes
3 answers

When should I "Release" my builds?

We just started using Visual Studio Release Management for one of our projects, and we're already having some problems with how we are doing things. For now, we've created a single release stage, which is responsible for deploying our build…
3
votes
1 answer

Microsoft Release Management timeout during deploy step

We're using Microsoft's Release Management to deploy our web application to our test environment (QA). It is a straight-forward MVC.Net web application. Our build generates a web deploy package and we have a command script that sets some parameters…
RameyRoad
  • 490
  • 4
  • 10
3
votes
1 answer

Using Microsoft Release Management to Deploy Azure Cloud Services

Is there any published guidance for using Release Management (formerly InCycle's InRelease) to deploy Azure Cloud Services? Specifically, I'm interesting in the agent license issues (as you're deploying not via an agent on the machine but via a…
RMD
  • 3,421
  • 7
  • 39
  • 85
3
votes
1 answer

InRelease- Release Management Licence issue using with TFS2012

We installed the latest version of Release Management from MSDN and connected it to our TFS 2012 Server. The migration to TFS 2013 is scheduled to a later point. After one week we are getting the following error in the logs: License for Release…
3
votes
2 answers

Anyone successfully implemented MS InRelease for automated deployments?

Just looking for feedback on anyone who is currently using InRelease for deployment scenarios in an enterprise application? InRelease has been recently acquired by microsoft and have a trial up there at the…
thebogman
  • 59
  • 1
  • 4