Showing results for April 2014 - Page 3 of 3 - Azure DevOps Blog

Apr 2, 2014
Post comments count1
Post likes count0

Need to migrate Release Management Server?

Anand Gaurav
Anand Gaurav

In order to migrate Release Management Server, follow these steps in sequence: 1. Backup existing Release Management server DB. (Learn about How to: Back Up a Database) 2. Export crypto key.  (For more details on the RSA crypto key export, check ‘Exporting an RSA Key Container’ section of Importing and Exporting Protected Configuration RSA...

DevOpsCI/CD
Apr 2, 2014
Post comments count0
Post likes count0

Deploy automatically to virtual machines in Windows Azure using Visual Studio Release Management

Anand Gaurav
Anand Gaurav

Visual Studio Release Management can be used to achieve continuous deployment to virtual machines in Windows Azure. When configured correctly, Release Management is able to deploy to a VM residing on the cloud just as easily as to a VM hosted locally. This article will explain the steps in order to start a VM on the cloud, deploy to it, and stop it...

DevOpsCI/CD
Apr 1, 2014
Post comments count0
Post likes count0

Code Metrics PowerTool for Visual Studio 2013 Available on Microsoft Download Center

Charles Willis (MSFT)
Charles Willis (MSFT)

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In the distant past (circa 2011), we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of t...

DevOpsGit & Version Control