Showing category results for CI/CD

Apr 25, 2017
Post comments count0
Post likes count0

How we use RM – Part 1

Importer

< p>The teams that contribute to VSTS (TFS and other micro-services like Release Management, Package Management, etc) began using Release Management to deploy to production as outlined by Buck Hodges in this blog. However, in Feb this year, there was some feedback that it was difficult to debug failed deployments using RM, and that engineers we...

DevOpsCI/CD
Apr 24, 2017
Post comments count0
Post likes count0

Configuring your release pipelines for safe deployments

Shashank Bansal

For large and high scale applications, the promise of “enterprise grade” availability and high reliability levels are key to customer confidence on the applications. Continuous delivery pipelines for such scaled out applications typically consist of multiple environments. DevOPS enables faster & automated delivery of changes, thereby helping c...

DevOpsCI/CD
Apr 17, 2017
Post comments count0
Post likes count0

Deploy Node.js applications to Azure App Service

Gopinath C H[MSFT]

This blog post shows how you can deploy a new Node.js application from Visual Studio Team Services or Microsoft Team Foundation Server to Azure App Service. Code Build       Add the build steps On the Tasks or Build tab, add these steps. Enable continuous integration ...

DevOpsAzure & CloudCI/CD
Apr 7, 2017
Post comments count0
Post likes count0

Spring Into DevOps on Radio TFS with Gopinath Chigakkagari

Martin Woodward

As part of the #SpringIntoDevOps series, Gopinath Chigakkagari – GPM of the Release Management team at Microsoft joined the most recent episode of Radio TFS with MVP’s Greg Duncan and Josh Garverick to talk about the latest news around Visual Studio Team Service and Team Foundation Server as well as dive into release management and DevOps in genera...

DevOpsCommunityCI/CD
Apr 5, 2017
Post comments count0
Post likes count0

Managing Configuration and App Settings for Multiple Environments in Your CD Pipeline

Vijay Machiraju

Your continuous delivery pipeline typically consists of multiple environments. You may want to deploy changes first to a test or staging environment before deploying to a production environment. Furthermore, your production environment may itself comprise of multiple scale units, each of which you may deploy in parallel or one after the other for a...

DevOpsCI/CD
Apr 5, 2017
Post comments count0
Post likes count0

MSTest V2 is open source

Pratap Lakshman

As promised, we announced the open sourcing of MSTest Test Framework "MSTest V2". The community now has a fully supported, open source, cross-platform implementation of the MSTest V2 portfolio with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. Here are the public repositories on GitHub where ...

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

Open Source Scanning in Visual Studio Team Services with WhiteSource Bolt

Sam Guckenheimer

Most organizations today consume open source software in their development projects. The reuse of components enables great productivity gains. However, this practice has an unintended consequence: you can reuse security vulnerabilities or violate licenses without realizing the risk. I wrote about this in an article in MSDN Magazine on Rugged DevOps...

DevOpsCI/CDGit & Version Control
Mar 3, 2017
Post comments count0
Post likes count0

Agent-based deployment in Release Management

Roopesh Nair

Release Management now supports robust in-the-box multi-machine deployment. You can now orchestrate  deployments across multiple machines, perform rolling updates while ensuring high availability of the application throughout. Agent based deployment capability relies on the same build and deployment agents. However, unlike the current approach, wh...

DevOpsAzure & CloudCI/CD
Mar 2, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 1

Pratap Lakshman

Continuous Testing in DevOps In older testing strategies, large software changes were tested as a complete product after a so called "release to QA", running almost all tests just before release. We know the downsides to that. On the other hand, DevOps is all about a fast development to delivery pipeline and continuous delivery of value. Releases ...

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

MSTest V2 – Now and Ahead

Pratap Lakshman

MSTest V2 has crossed 100K downloads. It has been but just a few months since we shipped it on NuGet. Over this course of time, you have reported issues and given us feedback, and we have tried to address them as fast as we can, refreshing the bits at a feverish pace. We are now at a stage where, as of v1.1.11 MSTest V2 has shed the pre-release tag...

DevOpsCI/CDTest