Skip to content

Commit 0750bdc

Browse files
authored
Fix link for Azure Pipelines in approaches list
In the approaches list, Azure Pipelines (Multi stage) was wrongly referred as this article.
1 parent e5c89c9 commit 0750bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Azure builds and releases is the historic one, featuring a graphical edition exp
1919
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.
2020
Both approaches are decribed for the SharePoint Framework:
2121

22-
- [Azure Build and Release](./implement-ci-cd-with-azure-pipelines.md)
23-
- Azure Multi-stage Pipelines (this article)
22+
- Azure Build and Release (this article)
23+
- [Azure Multi-stage Pipelines](./implement-ci-cd-with-azure-pipelines.md)
2424

2525

2626
## Continuous Integration

0 commit comments

Comments
 (0)