Showing archive results for 2016

Mar 31, 2016
Post comments count0
Post likes count0

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

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 exceptio...

DevOpsGit & Version Control
Mar 31, 2016
Post comments count0
Post likes count0

Release Management in TFS 2015 Update 2

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
Post comments count0
Post likes count0

What’s new in Git for Windows 2.8?

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
Post comments count0
Post likes count0

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

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 Updat...

DevOps
Mar 30, 2016
Post comments count0
Post likes count0

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

Ed B.

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 available to...

DevOps
Mar 30, 2016
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

Implement Rollback with Release Management for TFS 2015

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 l...

DevOpsAzure DevOps ServerCI/CD
Mar 25, 2016
Post comments count1
Post likes count0

Announcing the release of the Visual Studio Team Services extension for Visual Studio Code

Jeff Young (TFS)

Today we are excited to announce the availability of the Visual Studio Team Services extension for Visual Studio Code.  Visual Studio Code is a new, free cross-platform code editor for building modern web and cloud applications on Mac OS X, Linux and Windows. The extension allows you to manage your pull requests for your Team Services Git reposito...

DevOps
Mar 25, 2016
Post comments count0
Post likes count0

Performance Testing with App Service Continuous Deployment

RanganathG [MSFT]

For every deployment you do on the web app, you might like to verify the performance of your web app and see if it is going to meet your business SLAs around performance and page load time. To make this process easy, we have integrated Performance testing with Continuous Deployment. Follow the below steps to enable Performance test as part of Cont...

DevOps