Showing category results for Git & Version Control

May 18, 2016
Post comments count0
Post likes count0

Versioning NuGet packages in a continuous delivery world: part 2

Matt Cooper

This is part 2 in a series of blog posts covering strategies for versioning a NuGet package. If you missed part 1, pick it up here. Today’s post talks about future improvements we’d like to make to the versioning and releasing flows. This post discusses future work that we haven’t fully designed yet, and we need your input. Along the way, you’ll sp...

DevOpsGit & Version ControlPackage Management
May 5, 2016
Post comments count1
Post likes count0

Visual Studio Team Services and Team Foundation Server Java Capabilities Presentation and Demonstration Now Available at java.visualstudio.com

Paul T. Barham

To share and explain our current Java feature set and capabilities with Visual Studio Team Services and Team Foundation Server (TFS), we have produced and published two new 30-minute videos available on our Java team’s YouTube channel. The first video provides an overview presentation of our current Java feature set and capabilities for both Team ...

DevOpsAzure & CloudCommunity
May 3, 2016
Post comments count0
Post likes count0

Versioning NuGet packages in a continuous delivery world: part 1

Matt Cooper

On the Package Management team, we’re frequently asked how to think about versioning packages. Conceptually, it’s simple: NuGet (like many package managers) prefers semantic versioning (SemVer), which describes a release in terms of its backwards-compatibility with the last release. But for teams that have adopted continuous delivery, there’s tensi...

DevOpsGit & Version ControlPackage Management
Apr 28, 2016
Post comments count0
Post likes count1

How CPU Sampling Works

Nikhil Joglekar

In this blog post, I’ll cover some of the basics of CPU Sampling, the method the Visual Studio profiler uses to capture CPU performance data in your applications. If you’re interested in performance profiling, we welcome any feedback you have and encourage you to help us build better performance tooling! What is sampling? In a software performanc...

DevOpsGit & Version Control
Apr 27, 2016
Post comments count0
Post likes count0

Viewing Your Work Items in IntelliJ and Android Studio

leantk

To build upon the work item functionality we added to our Team Services plugin a few sprints back, we have now created a Work Items tab that allows you to view the work items that are assigned to you. In this release, you are able to: This functionality allows you to easily switch between working in the IDE and keeping track...

DevOpsAzure DevOps ServerGit & Version Control
Apr 21, 2016
Post comments count0
Post likes count0

Pull request build policies for high quality code

Matthew Mitrik (MS)

Branch policies are a great way to keep your code quality high, but strict build gates can sometimes introduce too much friction into the developer inner-loop.  To developers working with pull request build policies, this will sound familiar:  You have a PR that's been approved and is ready to merge - but right before you're ready to click Complete...

DevOpsGit & Version Control
Apr 16, 2016
Post comments count0
Post likes count0

Work Item Integration for IntelliJ and Android Studio

Jason Prickett - MSFT

In our latest release of the Team Services Plugin for IntelliJ, you can quickly and easily associate your Team Services or Team Foundation Server work items with your commits. The workflow is as simple as it can be:     1. Click on the "Select Work Items" button in the Commit Dialog to see a list of work items assigned to you &n...

DevOpsAzure DevOps ServerGit & Version Control
Apr 14, 2016
Post comments count0
Post likes count0

Git Experience Futures (April 2016)

Jeremy Epling

Some exciting new features are coming to the Git experience over the next few months. In January, I wrote about upcoming features and many of them are available now, but a few have taken longer than we anticipated. This post isn’t a comprehensive list of the Git enhancements we’re making, but it outlines the direction we’re headed. DONE: Pull Requ...

DevOpsGit & Version Control
Apr 6, 2016
Post comments count0
Post likes count0

New and updated DevLabs extensions in the Visual Studio Team Services Marketplace

Willy-P. Schaub

Microsoft DevLabs is an outlet for experiments from Microsoft, experiments that represent some of the latest ideas around developer tools. Solutions in this category are designed for broad usage, and you are encouraged to use and provide feedback on them; however, these extensions are not supported nor are any commitments made as to their longevity...

DevOpsCommunityCI/CD
Mar 31, 2016
Post comments count0
Post likes count0

Using the New Exception Helper in Visual Studio 2017

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