Skip to content

Commit e1c5a15

Browse files
authored
Removed the preview references from the article (SharePoint#6444)
Azure Multi-Stage pipelines are now generally available
1 parent 4b506bb commit e1c5a15

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/spfx/toolchain/implement-ci-cd-with-azure-pipelines.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Implement Continuous Integration and Continuous deployment using Azure Pipelines (preview)
2+
title: Implement Continuous Integration and Continuous deployment using Azure Pipelines
33
description: Streamlining the build and deployment process by automating manual steps.
44
ms.date: 09/07/2020
55
ms.prod: sharepoint
@@ -10,15 +10,12 @@ Azure Pipelines is the newer version of the Azure DevOps build and release featu
1010

1111
This article explains the steps involved in setting up your Azure Pipelines environment with Continuous Integration and Continuous Deployment to automate your SharePoint Framework builds, unit tests, and deployment.
1212

13-
> [!NOTE]
14-
> Azure Multi-stage Pipelines is still in preview and you need to make sure you [enable this preview feature](https://docs.microsoft.com/azure/devops/project/navigation/preview-features) for your Azure DevOps organization under __Preview Features__.
15-
16-
## Choosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
13+
## Choosing between Azure Multi-stage Pipelines and Azure DevOps builds and releases
1714

1815
There are currently two approaches available to implement continuous integration, and deployment in Azure DevOps.
1916
Azure builds and releases is the historic one, featuring a graphical edition experience and storing the definitions in a JSON document hidden from the user.
2017

21-
Azure multi-stage Pipelines is a newer feature still in preview, is relies on pipeline definitions stored as YAML files on the repository providing transparency, version history, and repeatability.
18+
Azure multi-stage Pipelines relies on pipeline definitions stored as YAML files on the repository providing transparency, version history, and repeatability.
2219
Both approaches are described for the SharePoint Framework:
2320

2421
- [Azure Build and Release](./implement-ci-cd-with-azure-devops.md)

0 commit comments

Comments
 (0)