Showing category results for CI/CD

Oct 17, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Team Foundation Server version control and build

Andy Lewis
Andy Lewis

As Charles announced earlier today, we've just released Visual Studio and Team Foundation Server 2013. I'm here today to briefly highlight what's new in version control and TFBuild and to advise you about a known issue in TFBuild that we're working to fix. I need to tell you about one bug we recently discovered that causes a problem in the Que...

DevOpsCI/CDGit & Version Control
Oct 17, 2013
Post comments count0
Post likes count0

Announcing Visual Studio and Team Foundation Server 2013 RTM Availability

Charles Sterling
Charles Sterling

Visual Studio 2013 has been released to the web! This release has been an amazing ride. While adopting agile development processes across the entire developer division, we have constantly been adding value to Visual Studio and Team Foundation Server 2012 -all while planning and working on a new version of Visual Studio -2013. For Applicat...

DevOpsCI/CD
Oct 16, 2013
Post comments count0
Post likes count0

IntelliTrace and WCF Services called by Silverlight

Larry Guger
Larry Guger

IntelliTrace is not supported in Silverlight due to the security model. IntelliTrace is supported for Windows Communication Foundation (WCF) projects hosted in a web server such as Internet Information Server (IIS) or Internet Information Server Express (IIS Express). When debugging an application in Visual Studio Ultimate that contains both Silver...

DevOpsCI/CDGit & Version Control
Oct 15, 2013
Post comments count0
Post likes count0

Tweaking Microsoft Monitoring Agent for Null Values

Larry Guger
Larry Guger

The Microsoft Monitoring Agent does a great job of logging unexpected exceptions that occur within your application. NullReferenceExceptions are one of the most frequent types of exceptions that are encountered. The default settings for the Microsoft Monitoring Agent are configured to optimize data collection and does not record null parameter valu...

DevOpsCI/CDGit & Version Control
Sep 20, 2013
Post comments count0
Post likes count0

Performance Details in IntelliTrace

Larry Guger
Larry Guger

As was introduced in the Microsoft Monitoring Agent blog post, the Microsoft Monitoring Agent provides a new capability to monitor IIS hosted applications and record performance violations in your application. Refer to the previous post and this MSDN article for details on using the Microsoft Monitoring Agent for monitoring your application and cre...

DevOpsCI/CDGit & Version Control
Sep 20, 2013
Post comments count0
Post likes count0

Introducing Microsoft Monitoring Agent

Larry Guger
Larry Guger

We are very pleased to announce the RTM version of the brand new Microsoft Monitoring Agent. This new tool incorporates the capabilities introduced with Visual Studio 2012’s IntelliTrace Standalone Collector and adds a ton of new features and capabilities. You can now download the Microsoft Monitoring Agent and install on any server in your ...

DevOpsCI/CDGit & Version Control
Sep 9, 2013
Post comments count0
Post likes count0

Start learning the concepts of DevOps & Release Management

Willy-P. Schaub
Willy-P. Schaub

This blog post has moved to ALM Rangers blog on https://aka.ms/vsarNews4,  where we introduce the solution in combination with the upcoming the Patterns & Practices book “Building a Release Pipeline with TFS ” – it’s a great way to start learning the concepts of DevOps & Release Management for TFS 2012 and ...

DevOpsCI/CD
Sep 5, 2013
Post comments count0
Post likes count0

Verification step of Standard Environment creation fails with team foundation server Lab Management can give error “Microsoft Test Manager can not install agent on the machine because another environment is being created using the same machine”

Importer
Importer

This issue occurs when you try to create a lab environment using a machine and another environment creation is in progress using the same machine.   Cause : While environment creation is happening "TestAgentInstaller" service gets created, which does automatic agent install and configure, once these operations are done it gets self destructed...

DevOpsCI/CD
Jul 23, 2013
Post comments count0
Post likes count0

Get started with some basic TFBuild scripts

Andy Lewis
Andy Lewis

You want to run some of your business logic during your TFBuild process. Maybe before, or maybe after Team Foundation Build (TFBuild) compiles or tests your code. For example, before you compile, you want to set the version of your assembly files. Or after you compile, you want to control the build outputs that get dropped to your staging location....

DevOpsAzure DevOps ServerCI/CD