Showing results for Git & Version Control - Azure DevOps Blog

Feb 12, 2013
Post comments count0
Post likes count0

Run CI builds in your Git team project

Andy Lewis
Andy Lewis

<!-- // <!-- Run CI builds in your Git team project --> Does your team use continuous integration (CI)? Are you an early adopter of the new Git capabilities in Visual Studio and Team Foundation Service? If so, you'll be glad to hear that you can define a CI build process that automatically builds and tests the code that your team pu...

DevOpsAzure DevOps ServerGit & Version Control
Feb 6, 2013
Post comments count0
Post likes count0

Create, Connect, and Publish using Visual Studio with Git

Andy Lewis
Andy Lewis

// <!-- Create, Connect, and Publish using Visual Studio with Git --> By: Andy Lewis and Matthew Mitrik (MS) In the few days since we announced Visual Studio and Team Foundation Service support for Git, it's been exciting to see so much interest, along with a lot of great feedback and questions. We will take your feedback to help us guid...

DevOpsAzure DevOps ServerGit & Version Control
Feb 5, 2013
Post comments count0
Post likes count0

Debugging Unhandled Exceptions in a SharePoint App with Visual Studio using IntelliTrace

Tim Varcak (MSFT)
Tim Varcak (MSFT)

Following on from our last blog post on IntelliTrace enhancements for SharePoint, in this blog post we’ll talk about how the new analysis section for SharePoint can help you find the source of issues faster. The New Analysis Section IntelliTrace is very good at providing a lot of data to you for debugging, but there is such a thing as “too much” ...

DevOpsCI/CDGit & Version Control
Jan 30, 2013
Post comments count0
Post likes count0

Getting Started with Git in Visual Studio and Team Foundation Service

Andy Lewis
Andy Lewis

By Matthew Mitrik (MS), Andy Lewis, and Martin Woodward Today we announced the availability of Git for Visual Studio and Team Foundation Service. In this post, we'll walk through the new experiences. Get set up: Get the free service, and then you can use it with any Git client tools you want, including Visual Studio. To use the Visual Stu...

DevOpsAzure DevOps ServerGit & Version Control
Jan 30, 2013
Post comments count0
Post likes count0

VS2012 Update 2 Brings Symbol Improvements to Profiler and IntelliTrace

Dmitri Leonov
Dmitri Leonov

You will recall that VS2012 Update 1 brought a bunch of symbol loading improvements for your debugging scenarios, as documented in our previous two blog posts You’ll be happy to hear that with Visual Studio 2012 Update 2 we’ve taken these symbol related improvements one step further and applied them to more diagnostics scenarios. Specificall...

DevOpsCI/CDGit & Version Control
Jan 29, 2013
Post comments count0
Post likes count0

More on Symbol Improvements in VS2012 Update 1

Dmitri Leonov
Dmitri Leonov

Hi, my name is Dmitri Leonov and I am an engineer on the VS debugger team. A couple of months ago with the Visual Studio 2012 Update 1, we shipped debugger improvements some of which were related to symbol and source loading as described in our previous blog post: “Debugger Source Symbol Improvements to Visual Studio 2012”. In this blog post I wou...

DevOpsGit & Version Control
Dec 11, 2012
Post comments count0
Post likes count0

Debugging SharePoint Apps with IntelliTrace in Visual Studio

James Wang (MS)
James Wang (MS)

  In this post we’ll explore how to use IntelliTrace in Visual Studio 2012 Ultimate Update 2 to debug custom Web Parts in a SharePoint 2013 and SharePoint 2010  application. First we’ll summarize SharePoint’s use of correlation IDs and the IntelliTrace enhancements in VS2012 Update 2, and then we’ll dive into a walkthrough.   SharePoint’s Unifie...

DevOpsCI/CDGit & Version Control
Dec 10, 2012
Post comments count0
Post likes count0

Creating NGEN PDBs for Profiling Reports

Andrew B Hall - MSFT
Andrew B Hall - MSFT

Update: Visual Studio 2013 will generate PDBs automatically when using the CPU Sampling or the CPU Usage tool in the Performance and Diagnostics hub. See this post for more details! When profiling managed applications on Windows 8 any samples in an NGEN’d module will appear in the report as [NI module name] instead of showing the function name, wh...

DevOpsGit & Version Control
Dec 7, 2012
Post comments count0
Post likes count0

Debugging on your Windows RT Device without a Network Connection

Brad Sullivan
Brad Sullivan

Visual Studio 2012 allows you to debug your application on your Windows RT device so that you can develop the application the same way that your customers will use it.  Remote debugging is over your local network, which is really convenient when you are at home or at work and both machines are on the same network. To learn more about how to setup t...

DevOpsGit & Version Control
Oct 5, 2012
Post comments count0
Post likes count0

Set Local Workspaces as Default when Upgrading to TFS 2012

Ed Blankenship
Ed Blankenship

I was reminded yesterday by a customer about something in the upgrade process that I thought was a helpful reminder for all the TFS administrators.  If you are upgrading from an earlier version of Team Foundation Server to the recently released Team Foundation Server 2012, you’ll want to make sure you add one more step to your post-upgrade plan. ...

DevOpsAzure DevOps ServerGit & Version Control