From cb89acac6d92fe199aa77858f355634f436ed8b4 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Mon, 10 Sep 2018 15:12:15 -0500 Subject: [PATCH] Replace VSTS with Azure Pipelines (#8485) Addresses one final piece of feedback in https://github.com/aspnet/Docs/pull/8479 --- aspnetcore/azure/devops/deploying-to-app-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/azure/devops/deploying-to-app-service.md b/aspnetcore/azure/devops/deploying-to-app-service.md index 05e3e18ab0..d7edfd9deb 100644 --- a/aspnetcore/azure/devops/deploying-to-app-service.md +++ b/aspnetcore/azure/devops/deploying-to-app-service.md @@ -228,7 +228,7 @@ In this section, the following tasks were completed: * Deployed an update to the staging slot. * Swapped the staging and production slots. -In the next section, you'll learn how to build a DevOps pipeline with Azure and Visual Studio Team Services. +In the next section, you'll learn how to build a DevOps pipeline with Azure Pipelines. ## Additional reading