Showing archive results for May 2017

May 17, 2017
Post comments count0
Post likes count0

Global DevOps Bootcamp June 17th

Martin Woodward
Martin Woodward

On June 17th 2017, the always awesome community of individuals passionate about DevOps on the Microsoft stack are coming together in a series of meet-ups around the world as part of their first Global DevOps Bootcamp. At the events you’ll learn about the latest trends and people will be sharing their DevOps experiences.  It’s a great opportunity to...

DevOps
May 16, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 2

Pratap Lakshman
Pratap Lakshman

The previous post introduced how - for a given code commit - TIA will select and run only the relevant tests required to validate that commit. Thus, without sacrificing quality, both the testrun and its enclosing CI definition will complete faster. Here is how that translated to reality for one of our teams: The top graph plots the time-to-compl...

DevOpsCI/CDTest
May 15, 2017
Post comments count0
Post likes count0

Visual Studio Team Services (VSTS) IntelliJ plugin now included with JetBrains Rider IDE releases

Paul T. Barham
Paul T. Barham

I am pleased to announce the Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) IntelliJ plugin is now built-in and provided with JetBrains Rider IDE out-of-the-box. The plugin is a result of a partnership between JetBrains and Microsoft. Previously, both of our companies provided separate plugins accessing certain features of VSTS...

DevOpsAzure DevOps ServerCI/CD
May 15, 2017
Post comments count2
Post likes count0

Deploying Applications to Azure Virtual Machine Scale Sets

Atul Malaviya
Atul Malaviya

This blog post shows how you can deploy an application from Visual Studio Team Services to Azure Virtual Machine Scale Set.  An application running on a VM Scale Set is typically deployed in one of the two ways: Creating a custom image approach, also known as immutable deployments has its advantages. It is predictable, as you are prom...

DevOpsAzure & CloudCI/CD
May 11, 2017
Post comments count0
Post likes count0

Inviting directory guests to AAD-backed VSTS accounts

Angelos Petropoulos
Angelos Petropoulos

On April 12th, Azure announced the General Availability of Azure AD B2B Collaboration. In a nutshell, it allows you to easily invite guests into your Azure Active Directory (AAD). As a Visual Studio Team Services customer, this enables you to invite guests into your AAD backed VSTS accounts in two steps: Step 1: In the Azure portal, navigate to "A...

DevOps
May 11, 2017
Post comments count0
Post likes count0

Package Management: Maven Public Preview

Calvin Jones (MSFT)
Calvin Jones (MSFT)

We're proud to announce that VSTS Package Management now supports hosting Maven artifacts! Java developers, you can now share components by packaging your code up as a Maven artifact and pushing it to VSTS. Get Started using Maven To opt-into the Maven Public Preview, ask your account administrator to go to the Preview Features menu under the use...

DevOps
May 11, 2017
Post comments count0
Post likes count0

Announcing public preview of the new Deployment Groups in Release Management

Roopesh Nair
Roopesh Nair

Today we are excited to announce the public preview of the new Deployment Groups in Visual Studio Team Services. Release Management now supports robust in-the-box multi-machine deployment. You can now orchestrate  deployments across multiple machines, perform rolling updates whilst ensuring high availability of the application throughout. Agent ba...

DevOpsCI/CD
May 10, 2017
Post comments count0
Post likes count0

Announcing General Availability of the New Build Editor

Adity Agarwal
Adity Agarwal

Today we are excited to announce the general availability of a new build definition editor in Visual Studio Team Services. The new editor is also available in Team Foundation Server 2017 Update 2. We started this exercise of refreshing the entire build editor a few months back. Besides the need to modernize our user experience, we addressed variou...

DevOpsAzure DevOps ServerCI/CD
May 10, 2017
Post comments count0
Post likes count0

Announcing git graph and advanced filters to visualize commit history

Sandeep Chadda (MSFT)
Sandeep Chadda (MSFT)

Did you ever want a quick way to understand change history in a branch? VSTS now shows git graph in commit history for files in repositories. Now you can easily create a mental model of all your branches and commits for your git repositories using git graph. VSTS commit history also supports advanced filters that allow you to view various history ...

DevOpsGit & Version Control
May 10, 2017
Post comments count0
Post likes count0

Delivery Plans now included with Visual Studio Team Services basic access level

Aaron Bjork
Aaron Bjork

Earlier this year we introduced a preview of the new Delivery Plans feature for Visual Studio Team Services (VSTS).  Today, I'm excited to announce that Delivery Plans is officially out of "preview", and is now included with the VSTS basic access level at no additional cost. Additionally, Delivery Plans will also be included in Team Foundation Serv...

DevOpsAgile