Showing results for Git & Version Control - Azure DevOps Blog

Aug 19, 2016
0
0

Inside Visual Studio Team Services: Summer Interns and Package Management

Ayushman Jain
Ayushman Jain

Each month, we bring you the insiders view into Visual Studio Team Services - how the product is developed, how we dogfood it and use it every day, who are the people behind it and tips and tricks on becoming a power user This month, we interview our Explorer Interns - Aurélie Pluche, Tracy Tran and Madison Willcox. They're interning with the Pack...

DevOpsCommunityGit & Version Control
Aug 18, 2016
0
0

Deploying an Azure Red Hat Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

Paul T. Barham
Paul T. Barham

Visual Studio Team Services and Team Foundation Server (TFS) now has at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Red Hat (v. 7.2) VM on Azure to run Tomcat and other necessary services to support three diff...

DevOpsAzure & CloudAzure DevOps Server
Aug 18, 2016
0
0

Deploying an Azure Ubuntu Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

David Staheli
David Staheli

Visual Studio Team Services and Team Foundation Server (TFS) now have at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Ubuntu (v16) VM on Azure to run Tomcat and other necessary services to support three differe...

DevOpsAzure & CloudAzure DevOps Server
Jul 26, 2016
0
0

SSH support for Git repos is now available

Kayla Ngan (MSFT)
Kayla Ngan (MSFT)

A few months ago, Jeremy mentioned that SSH support for Git repos was in private preview. I’m happy to announce that it is now available to everyone in both TFS and Team Services. You can now connect to any Team Services repo using an SSH key, which is particularly helpful if you develop on Linux or Mac. Learn more about SSH, or continue below for...

DevOpsGit & Version Control
Jul 15, 2016
1
1

7 Ways to Look at the Values of Variables While Debugging in Visual Studio

Aaron Hallberg
Aaron Hallberg

When you are running your code and something is behaving unexpectedly, how do you find out what is going wrong? When I was in school the first way I learned how to debug a wonky application was by sticking “print()” statements all over the place, running my code, and looking back through the log of output seeing if I noticed that something looked w...

DevOpsGit & Version Control
Jul 11, 2016
0
0

Team Services Plugin for IntelliJ and Android Studio 1.0 Release

leantk
leantk

After several months in preview, we are excited to announce the release of the official 1.0 version of the Team Services plugin for IntelliJ and Android Studio. While in preview, many features have been continually added to the plugin to better suit your needs. Some of the various features that are available in the plugin are: ·         Checkout a...

DevOpsAzure DevOps ServerGit & Version Control
May 26, 2016
0

Versioning NuGet packages in a continuous delivery world: part 3

Matt Cooper
Matt Cooper

This is the third and final post in a series covering strategies for versioning a NuGet package. If you missed part 1 or part 2, you should read those first. Today’s post walks through a specific workflow that Git users could adopt, using a really powerful tool called GitVersion. GitVersion comes with some expectations about the layout of your bran...

DevOpsGit & Version ControlPackage Management
May 18, 2016
0

Versioning NuGet packages in a continuous delivery world: part 2

Matt Cooper
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
1
0

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

Paul T. Barham
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
0

Versioning NuGet packages in a continuous delivery world: part 1

Matt Cooper
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