Showing category results for CI/CD

Jan 7, 2019
Post comments count2
Post likes count0

Azure DevOps Agents on Azure Container Instances (ACI)

Máté Barabás

This article provides a solution for running Azure DevOps agents (Build/Release agents) on Windows Server Core based containers, hosted on Azure Container Instances (ACI). A solution like this might be useful, when the default Microsoft-hosted agents don't fit your requirements, and you don't prefer using "traditional" IaaS VMs for running your sel...

CI/CD
Nov 13, 2018
Post comments count0
Post likes count0

Xcode 8.0-8.3.2 deprecation on Azure Pipelines hosted agents

David Staheli

This September, Azure Pipelines delivered Microsoft-hosted build support for Xcode 10 on the day it was released. Now that our community builds fewer than 1 percent of apps with older versions of Xcode 8, we will focus on supporting Xcode 8.3.3 and higher. Effective November 28, 2018, we are ending support for older versions of Xcode on Microsoft-...

CI/CD
Oct 25, 2018
Post comments count2
Post likes count0

Test Analytics in Azure Pipelines is now at your fingertips

Divya Vaishnavi

Keeping the pipeline healthy and making it effective is KEY to your DevOps ongoing journey. Some time back we introduced Analytics in Azure Pipeline with Top failing tests report to help you do just that.

TestCI/CDReporting
Jul 12, 2018
Post comments count0
Post likes count0

Azure DevOps Projects general availability

Atul Malaviya

During our Connect(); 2017 event, we announced the public preview of Azure DevOps Projects to help customers start running applications on any Azure service in just three steps. Today, we're excited to announce that Azure DevOps Projects is now generally available in the Azure Portal, making it easier for developers to deploy to the Azure cloud an...

DevOpsAzure & CloudCI/CD
Jun 19, 2018
Post comments count0
Post likes count0

New Navigation for Visual Studio Team Services

Jeremy Epling

I’m excited to share the new navigation we’re working on for Visual Studio Team Services (VSTS) to modernize the user experience and give you more flexibility. As Lori mentioned in her blog post, our goal to create an integrated suite that also gives the flexibly to pick and choose the services that work best for you. That goal is a common customer...

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

Shift Left with SonarCloud Pull Request Integration

Matthew Mitrik (MS)

One of our DevOps "habits" is to Shift Left and move quality upstream.  Including additional validations earlier in the DevOps pipeline means identifying potential issues before they become a problem.  For teams using pull requests, catching issues while the PR is active is ideal - the code hasn't been merged yet, so it's easy to respond to feedbac...

DevOpsCI/CDGit & Version Control
May 7, 2018
Post comments count0
Post likes count0

Release Gates – Enable Progressive Exposure and Phased Deployments

Shashank Bansal

We are excited to announce that release gates are now generally available to all VSTS users and accounts so everyone can now add progressive exposure to their continuous delivery pipelines. What are release gates If you haven’t tried them yet,  Release gates enable data-driven approvals for phased deployments with VSTS based on monitoring of dep...

DevOpsCI/CD
May 7, 2018
Post comments count0
Post likes count0

Azure DevOps Project: New feature additions

Atul Malaviya

Since we announced Azure DevOps Projects at the Connect conference late last year, we've been hard at work to make it as easy as possible to get set up with a fully functioning DevOps pipeline for your team in a few short steps – regardless of what platform you build your applications in and which features you want to use in Azure. We have also bee...

DevOpsAzure & CloudCI/CD
May 1, 2018
Post comments count0
Post likes count0

Announcing the DevOps Resource Center

Sam Guckenheimer

One of the favorite parts of my job is curating a web site with the stories of how we work. Those experience reports and more of our guidance are now  consolidated at https://aka.ms/devops. In addition to our own stories, this center offers content to help your team learn DevOps practices, Git (including Git at scale), and Agile. There's also a ...

DevOpsCommunityCI/CD
Apr 27, 2018
Post comments count1
Post likes count0

VSTS Public Projects Limited Preview

Jamie Cool

Visual Studio Team Services (VSTS) offers a suite of DevOps capabilities to developers including Source control, Agile planning, Build, Release, Test and more. But until now all these features require the user to first login using a Microsoft Account before they can be used.  Today, we’re starting a limited preview of a new capability that will ev...

DevOpsCI/CDOpen Source