Showing category results for CI/CD

May 12, 2014
Post comments count0
Post likes count0

Release Management for Microsoft Visual Studio 2013 with Update 2 is live!

Jonathan Rajotte

Release Management Update 2 is now live! This update brings functionality to easily execute your components/actions to group of servers. It also introduces the ability to achieve continuous deployment from any CI system (including Visual Studio Online). See all the details here and here.  Downloads Trial version is available from the Download C...

DevOpsCI/CD
May 5, 2014
Post comments count0
Post likes count0

Import virtual machines or template operation of Microsoft Test Manager throws ‘Object reference not set to an instance of an object’’

Importer

The content of this blog is applicable if you are using Team Foundation Server 2012 Update 4 with System Center Virtual Machine Manager 2012 R2.   Problem:  When you try to import a virtual machine or template to Team Foundation Server library using Microsoft Test Manager(MTM), import wizard throws 'Object reference not set to an instance of an o...

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

Using the IntelliTrace Events window with a log collected from MMA Standalone

Fangliang Xue

The Microsoft Monitoring Agent allows you to collect reliability performance data and exception data for web applications. You can use IntelliTrace to review this data, or debug this data to get more useful information. In this post I am using MMA Standalone, as opposed to MMA connected to AppInsights or System Center. One of my colleagues deploye...

DevOpsCI/CDGit & Version Control
Apr 4, 2014
Post comments count0
Post likes count0

Using Coded UI to test XAML-based Windows Phone apps

Prachi Bora (MSFT)

In order to ship a great quality app to the Store, it is essential that you test it and flush out the bugs. End to end scenario tests when automated can help you ensure that any regressions in the app are caught early. With Visual Studio 2013 Update 2, you can now write automated end-to-end tests for your app using Coded UI Test. In Visual Studi...

DevOpsCI/CDTest
Apr 4, 2014
Post comments count0
Post likes count0

Release Management – Continuous Deployment with Visual Studio Online and any CI Systems

Jonathan Rajotte

[Update: The technique described below is only valid for Agent-Based release templates. To achieve similar behavior for vNext release templates, follow the instructions from the article Trigger Release from build with Release Management for Visual Studio 2013 Update 3.]   Visual Studio Release Management 2013 Update 2 RC release ships w...

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

Case study: Application Performance Monitoring with Application Insights

Alan Cameron Wills

James Beeson, Alan Wills - Our group runs about 20 web applications, serving a community of about 100k users spread around the world. Since we started using Application Insights, we’ve found we have a much clearer view of our applications’ performance, and as a result, our users are seeing better performing and more useful apps. This post tells yo...

DevOpsAzure & CloudCI/CD
Apr 3, 2014
Post comments count0
Post likes count0

Visual Studio Release Management 2013 Update 2 RC now available

Vijay Machiraju

We have announced the public availability of Visual Studio Release Management 2013 Update 2 RC today. Besides various minor fixes and enhancements, this release simplifies deployment of your applications to groups of servers, and triggering releases from third party systems. Let us talk about each of these features. Deploying to groups of servers ...

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

Create Lab Environment using TFS Lab Management APIs

Subramanyam [MSFT]

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Lab.Client; namespace LabEnvironmentCreation {     classProgram     {         staticvoid Main(str...

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

Querying Lab Environments Using TFS Lab Management APIs

Subramanyam [MSFT]

using System;using System.Collections.Generic;using Microsoft.TeamFoundation.Client;using Microsoft.TeamFoundation.Lab.Client;namespace QueryLabEnvironment {     classProgram     {        staticvoid Main(string[] args)         {&n...

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

Did you uninstall Release Management Server and lose access to the Release Management client?

Tim Elhajj

It can happen. If you uninstall the RM server and a client is still pointing to that server (one that is now no longer available, because you just uninstalled it), you will get this error message the next time you launch the client.You can recover by using ReleaseManagementConsoleAdjustConfigFile.exe, a new command line tool included with VS update...

DevOpsCI/CD