Skip to content

Commit ea16799

Browse files
committed
Add ADO pipeline hyperlinks to CI-AND-RELEASE-PIPELINES.md
1 parent 1f71ede commit ea16799

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.Pipelines/CI-AND-RELEASE-PIPELINES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ including what each pipeline does, when it runs, and how to trigger a release.
77

88
## Pipeline Files
99

10-
| File | Purpose |
11-
|------|---------|
12-
| [`azure-pipelines.yml`](../azure-pipelines.yml) | PR gate and post-merge CI — calls the shared template with `runPublish: false` |
13-
| [`pipeline-publish.yml`](pipeline-publish.yml) | Release pipeline — manually queued, builds and publishes to PyPI |
14-
| [`template-pipeline-stages.yml`](template-pipeline-stages.yml) | Shared stages template — PreBuildCheck, Validate, and CI stages reused by both pipelines |
15-
| [`credscan-exclusion.json`](credscan-exclusion.json) | CredScan suppression file for known test fixtures |
10+
| File | ADO Pipeline | Purpose |
11+
|------|-------------|---------|
12+
| [`azure-pipelines.yml`](../azure-pipelines.yml) | [MSAL.Python-PR-OneBranch-Official (3064)](https://dev.azure.com/IdentityDivision/IDDP/_build?definitionId=3064) | PR gate and post-merge CI — calls the shared template with `runPublish: false` |
13+
| [`pipeline-publish.yml`](pipeline-publish.yml) | [MSAL.Python-Publish (3067)](https://dev.azure.com/IdentityDivision/IDDP/_build?definitionId=3067) | Release pipeline — manually queued, builds and publishes to PyPI |
14+
| [`template-pipeline-stages.yml`](template-pipeline-stages.yml) | | Shared stages template — PreBuildCheck, Validate, and CI stages reused by both pipelines |
15+
| [`credscan-exclusion.json`](credscan-exclusion.json) | | CredScan suppression file for known test fixtures |
1616

1717
---
1818

19-
## PR / CI Pipeline (`azure-pipelines.yml`)
19+
## PR / CI Pipeline [MSAL.Python-PR-OneBranch-Official (3064)](https://dev.azure.com/IdentityDivision/IDDP/_build?definitionId=3064)
2020

2121
### Triggers
2222

@@ -45,7 +45,7 @@ The Validate stage is **skipped** on PR/CI runs (it only applies to release buil
4545
4646
---
4747

48-
## Release Pipeline (`pipeline-publish.yml`)
48+
## Release Pipeline [MSAL.Python-Publish (3067)](https://dev.azure.com/IdentityDivision/IDDP/_build?definitionId=3067)
4949

5050
### Triggers
5151

0 commit comments

Comments
 (0)