Showing category results for CI/CD

Feb 12, 2017
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 4: Together, in the Open

Pratap Lakshman

[This is the 4th post in a 4-part series on evolving the Visual Studio Test Platform. You can read the earlier parts here: Evolving the Visual Studio Test Platform – Part 3, Evolving the Visual Studio Test Platform – Part 2, Evolving the Visual Studio Test Platform – Part 1] The Test Platform is where it is at thanks to its community - a communit...

DevOpsCI/CDTest
Feb 7, 2017
Post comments count0
Post likes count0

Announcing Continuous Delivery Tools for Visual Studio 2017

AMETWALLY

With the right DevOps tools, developers can run continuous integration builds that automate testing, analysis and verification of their projects, and streamline continuous deployment to get innovative applications into user’s hands quickly. Along with the release of Visual Studio 2017 RC.3 update, we released a DevLabs extension, Continuous Deliver...

DevOpsCommunityCI/CD
Dec 12, 2016
Post comments count0
Post likes count0

The Visual Studio Modeling SDK is now available with Visual Studio 2017

Jean-Marc Prieur

You might want to use the Visual Studio Modeling SDK if you have one of these requirements: The Modeling SDK changed its name several times during the last ten years: starting from the ‘DSL Tools’ in 2007, it grew to become ‘Visualization and Modeling SDK’ (VSVm SDK) in 2010. At that time, the SDK also contained UML extensibility...

DevOpsCI/CD
Nov 29, 2016
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 3: .NET Core, convergence, and cross-plat

Pratap Lakshman

[This is the 3rd post in the series on evolving the Visual Studio Test Platform. You can read the earlier posts here: Evolving the Visual Studio Test Platform – Part 2, Evolving the Visual Studio Test Platform – Part 1] As .NET Core draws an ever-growing community of developers with existing assets and experiences, it is essential to support a con...

DevOpsCI/CDTest
Nov 23, 2016
Post comments count1
Post likes count0

Test Controller, Test Agent versions and their usage in different scenarios

Prachi Bora (MSFT)

There have been several questions on the different scenarios related to running automated tests in various workflows and which versions can / cannot be used. Let's use the following 2 names for categorizing how agents get used: Agents for Visual Studio 2013 Update 5 Agents for Visual Studio 2015 and Agents for Visu...

DevOpsCI/CDTest
Nov 17, 2016
Post comments count0
Post likes count0

Azure App Services Continuous Delivery

Gopinath C H[MSFT]

We are continuously working on improving and simplifying the deployment experience to Azure from Visual Studio Team Services. As a part of that effort, we are excited to announce preview of the Continuous Delivery feature we have added for App Services in the Azure portal. Continuous Delivery simplifies setting up a robust deployment pipeline, you...

DevOpsAzure & CloudCI/CD
Nov 16, 2016
Post comments count0
Post likes count0

Announcing general availability of Release Management

Gopinath C H[MSFT]

Today we are excited to announce the general availability of Release Management in Visual Studio Team Services. Release Management is available for Team Foundation Server 2017 as well. Since we announced the Public Preview of Release Management, we have been adding new features continuously and the service has been used by thousands of customers w...

DevOpsCI/CD
Nov 16, 2016
Post comments count0
Post likes count0

Announcing Code Search on Team Foundation Server 2017

Jimson Chalissery [MSFT]

Code Search is the most downloaded Team Services extension in the Marketplace! And it is now available on Team Foundation Server 2017! Code Search provides fast, flexible, and accurate search across your code in TFS. As your code base expands and is divided across multiple projects and repositories, finding what you need becomes increasingly diffi...

DevOpsAzure DevOps ServerCI/CD
Nov 10, 2016
Post comments count0
Post likes count0

Best of Both Worlds

Donovan Brown

Back in February of 2015, I wrote a blog asking a very simple question: how many vendors does it take to implement DevOps? At the time I wrote the post, I felt the answer was one. Almost two years later, I believe that now more than ever. So why do companies insist on manually building a pipeline instead of using a unified solution? Fear of Vendor...

DevOpsAzure DevOps ServerCI/CD
Oct 10, 2016
Post comments count2
Post likes count0

Parallel Test Execution

Pratap Lakshman

An early post on Parallel Test Execution drew attention to its subtle semantics. Three considerations directly contributed to that (1) Reach (2) Composability (3) Non-disruptive roll out. The Visual Studio Test Platform is open and extensible, with tests written using various test frameworks and run using a variety of adapters. To reduce on-boardi...

DevOpsCI/CDTest