You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/use-devtest-labs-build-release-pipelines.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Use DevTest Labs in Azure DevOps build and release pipelines | Microsoft Docs
3
-
description: Learn how to use Azure DevTest Labs in Azure DevOps build and release pipelines.
2
+
title: Use DevTest Labs in Azure Pipelines build and release pipelines | Microsoft Docs
3
+
description: Learn how to use Azure DevTest Labs in Azure Pipelines build and release pipelines.
4
4
services: devtest-lab, lab-services
5
5
documentationcenter: na
6
6
author: spelluru
@@ -16,8 +16,8 @@ ms.author: spelluru
16
16
17
17
---
18
18
19
-
# Use DevTest Labs in Azure DevOps build and release pipelines
20
-
This article provides information on how DevTest Labs can be used in Azure DevOps build and release pipelines.
19
+
# Use DevTest Labs in Azure Pipelines build and release pipelines
20
+
This article provides information on how DevTest Labs can be used in Azure Pipelines build and release pipelines.
21
21
22
22
## Overall flow
23
23
The basic flow is to have a **build pipeline** that does the following tasks:
@@ -46,7 +46,7 @@ There are a couple of items that need to be created beforehand:
46
46
The build pipeline will create a DevTest Labs environment and deploy the code for testing.
47
47
48
48
## Set up a build pipeline
49
-
In Azure DevOps, create a build pipeline using the code from the [Tutorial: Build a .NET Core and SQL Database web app in Azure App Service](../app-service/app-service-web-tutorial-dotnetcore-sqldb.md). Use the **ASP.NET Core** template, which will populate the necessary task to build, test, and publish the code.
49
+
In Azure Pipelines, create a build pipeline using the code from the [Tutorial: Build a .NET Core and SQL Database web app in Azure App Service](../app-service/app-service-web-tutorial-dotnetcore-sqldb.md). Use the **ASP.NET Core** template, which will populate the necessary task to build, test, and publish the code.
50
50
51
51

52
52
@@ -82,7 +82,7 @@ The third task is the **Azure App Service Deploy** task. The app type is set to
82
82
83
83

84
84
85
-
## Setup release pipeline
85
+
## Set up release pipeline
86
86
You create a release pipeline with two tasks: **Azure Deployment: Create Or Update Resource Group** and **Deploy Azure App Service**.
87
87
88
88
For the first task, specify the name and location of the resource group. The template location is a linked artifact. If the Resource Manager template includes linked templates, a custom resource group deployment needs to be implemented. The template is in the published drop artifact. Override template parameters for the Resource Manager template. You can leave remaining settings with default values.
@@ -95,5 +95,5 @@ Now that both pipelines are set up, manually queue up a build and see it work. T
95
95
## Next steps
96
96
See the following articles:
97
97
98
-
-[Integrate Azure DevTest Labs into your Azure DevOps continuous integration and delivery pipeline](devtest-lab-integrate-ci-cd-vsts.md)
99
-
-[Integrate environments into your Azure DevOps CI/CD pipelines](integrate-environments-devops-pipeline.md)
98
+
-[Integrate Azure DevTest Labs into your Azure Pipelines continuous integration and delivery pipeline](devtest-lab-integrate-ci-cd-vsts.md)
99
+
-[Integrate environments into your Azure Pipelines CI/CD pipelines](integrate-environments-devops-pipeline.md)
0 commit comments