Showing category results for CI/CD

Nov 15, 2017
Post comments count0
Post likes count0

Announcing “Azure DevOps Project” public preview

Gopinath C H[MSFT]

In today’s world, organizations need to innovate and get to market faster. That needs learning latest technologies, using them in your product and deploying at a faster pace with Continuous Delivery enabled from day1. We are happy to announce the public preview of Azure DevOps Project. Azure DevOps Project helps you launch an app on the Azure serv...

DevOpsAzure & CloudCI/CD
Nov 15, 2017
Post comments count0
Post likes count0

VSTS is now a Symbol Server

Alex Mullans

As far back as 2012, Visual Studio Team Services and Team Foundation Server users have been asking for a Symbol Server. Symbols are crucial to debugging Windows applications, esp. applications written in native languages like C and C++, because they map from the built binary back to the source code: the classes and functions needed to step through ...

DevOpsCI/CDPackage Management
Nov 15, 2017
Post comments count0
Post likes count0

Pipeline as code (YAML) preview

Chris Patterson (MSFT)

The ability to store your CI build in source control has been a long running request for VSTS and TFS garnering more than 650 votes on user voice.  Having your CI defined alongside your application source gives you the ability to evolve your CI as your code evolves and to apply source centric workflows like pull requests and code reviews to your CI...

DevOpsCI/CD
Sep 29, 2017
Post comments count2
Post likes count0

Using the latest NuGet in your build

Alex Mullans

NuGet (both the command-line tool and the accompanying tools built into Visual Studio) continues to iterate rapidly and add support for new .NET Core and .NET Standard target frameworks, among other improvements. Naturally, many users of Team Build in Visual Studio Team Services want to build those apps, and we've seen some support issues because t...

DevOpsCI/CDPackage Management
Sep 29, 2017
Post comments count0
Post likes count0

Chef brings Habitat to VSTS, and Agile Extensions makes editing your backlog a breeze

Joe Bourne

This month I have two extensions that I am excited about. Chef, who earlier this year released their core set of CI/CD tasks for working with Chef, is adding a new extension that connects VSTS with their app & container automation system, Habitat. Agile Extensions is also making an early splash in the Marketplace with the newest awesome additio...

DevOpsCommunityAzure DevOps Server
Sep 4, 2017
Post comments count0
Post likes count0

Managing Release Notifications

Shashank Bansal

When you are configuring continuous deployment pipelines for your team, it becomes essential to keep the team members informed about the progress of releases and the related action items. We had started preview of the release notifications feature that integrates the configuration of release related notifications with the default notification sett...

DevOpsCI/CD
Sep 4, 2017
Post comments count2
Post likes count0

How to perform Lab management operations in Build and Release.

Ashok Kirla

As you are already aware, we announced the plan for deprecating XAML builds sometime back. TFS 2018 RC1 is now available and with that XAML builds are no longer supported. Consequently,  Lab Management and automated testing capabilities in Microsoft Test Manager (MTM) are no longer supported starting from TFS 2018 RC1. In TFS 2015, we shipped the...

DevOpsAzure DevOps ServerCI/CD
Aug 31, 2017
Post comments count0
Post likes count0

Amazon AWS and new NDepend pricing plans in August’s VSTS extension round-up

Joe Bourne

Since the creation of the Marketplace, we have seen strong demand for tools to work with Amazon Web Services. I am so thrilled that this month the search for those tools comes to an end. In addition to Amazon releasing their AWS Tools, our partners at NDepend have recently lowered the prices on their static analysis tools for .NET code. This is suc...

DevOpsCommunityAzure DevOps Server
Aug 8, 2017
Post comments count0
Post likes count0

How do we use RM for our test runs

Aseem Bansal [MSFT]

Authored by Gaurav Sisodia from EPS team and Aseem Bansal from RM team. In this post, we will talk about how VSTS organization (Brian Harry’s team) is using VSTS for continuous integration and testing the product. We will also talk about how we have transformed engineering systems from internal home grown tool, that we used to use for testing the ...

DevOpsCI/CD
Aug 4, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 4

Pratap Lakshman

Essential to TIA’s test selection is the map of dynamic dependencies between test methods and source files of code exercised during their execution. TIA needs dependencies mapped in this form: TIA can generate such a dependencies-map for managed code execution. Where such dependencies reside in .cs and .vb files, TIA can automatically watch for ...

DevOpsCI/CDTest