Showing results for March 2016 - Azure DevOps Blog

Mar 31, 2016
0
0

Team Foundation Server Extensions

Mathew Aniyan MSFT
Mathew Aniyan MSFT

Extensions enable publishers (partners, customers, developers) to create first-class, integrated experiences within Visual Studio Team Services. They enable integration at the UI layer – surfacing the relevant information in the right places and streamlining the user experience. An Extension can be a simple context menu, toolbar action or can be ...

DevOpsCommunityAzure DevOps Server
Mar 31, 2016
0
0

Using the New Exception Helper in Visual Studio 2017

Aaron Hallberg
Aaron Hallberg

Dealing with exceptions is a common developer problem no matter your technology or level of expertise. It can be a frustrating experience figuring out why exceptions are causing problems in your code. When you are debugging an exception in Visual Studio, we want to lessen that frustration by providing you with relevant exception information to help...

DevOpsGit & Version Control
Mar 31, 2016
0
0

Break on Exceptions Thrown only from Specific Modules in Visual Studio 2017

Aaron Hallberg
Aaron Hallberg

In Visual Studio 2015 we introduced the new Exception Settings window which provides you a quick way to configure the debugger to break when exceptions are thrown. As part of that window revamp, we heard that simply filtering by exception type is not always good enough, you need finer grained control over when the debugger breaks on thrown ...

DevOpsGit & Version Control
Mar 31, 2016
0
0

Release Management in TFS 2015 Update 2

Vijay Machiraju
Vijay Machiraju

With the release of Team Foundation Server 2015 Update 2 at //Build 2016, you get all the new Release Management (RM) features integrated right into TFS. The Release hub in the TFS web interface is your entry point to managing and tracking all of your application deployments...

DevOpsAzure DevOps ServerCI/CD
Mar 31, 2016
0
0

What’s new in Git for Windows 2.8?

Johannes Schindelin
Johannes Schindelin

Download Git for Windows from its home page. Authentication is now a breeze More and more Git hosting sites support multi-factor authentication or security tokens. With the inclusion of the Git Credential Manager, Git for Windows now offers a user-friendly way to support such authentication methods. Git for Windows closely follows Git Credential ...

DevOpsGit & Version Control
Mar 31, 2016
0
0

Executing Automated tests in Build vNext using Test Plan, Test Suites

Atin Bansal
Atin Bansal

With Sprint 97 deployment on VSTS, users who have invested in planned testing using Test Plan, Test Suites can trigger automated runs in Build vNext. This functionality has been added to the Run Functional Tests task (formerly called Run Tests using Test Agent) as shown below. This functionality is also shipping in Team Foundation Server 2015 ...

DevOps
Mar 30, 2016
0
0

New Build 2016 Partner Extensions in the Visual Studio Team Services Marketplace

Ed Blankenship
Ed Blankenship

Today at Build 2016, we featured two new extensions from our Partners that are now live in the Visual Studio Team Services Marketplace. It’s been fantastic to see the growth of the extensions since we introduced the Marketplace at Connect(); // 2015 a few months ago.  If you didn’t catch the live session today, we’ll have the recording ...

DevOps
Mar 30, 2016
0
0

Updates for Debugging Installed App Packages in Visual Studio 2015 Update 2

Aaron Hallberg
Aaron Hallberg

In Visual Studio 2015 Update 2, we added support to the Debug Installed App Package dialog for: Note that attach to process is not currently supported for Xbox or HoloLens, but we hope to add it in a future release. Debugging Installed App Packages Open the Debug Installed App Package dialog from Debug -> Other Debug Targets...

DevOpsGit & Version Control
Mar 28, 2016
0
0

Implement Rollback with Release Management for TFS 2015

Shashank Bansal
Shashank Bansal

When a deployment fails, it is likely to leave an environment in an unhealthy state. A rollback strategy is required to get the environment back to a healthy state. There are various options that can be considered as a rollback strategy. We're almost talking about option 2 being a major/minor release and option 3 being a hotfix ...

DevOpsAzure DevOps ServerCI/CD