Skip to content

Commit ffc2c48

Browse files
committed
chore(pipeline): add artifact feed
1 parent ec85078 commit ffc2c48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.azure-pipelines/cd-publish-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ extends:
6060
- script: python -m pip install --upgrade pip
6161
displayName: "Upgrade pip"
6262

63+
- task: PipAuthenticate@1
64+
displayName: "Authenticate pip to Azure Artifacts"
65+
inputs:
66+
artifactFeeds: "$(System.TeamProject)/msgraph-python-dev"
67+
onlyAddExtraIndex: true
68+
6369
- script: pip install -r requirements-dev.txt
6470
displayName: "Install dependencies"
6571

0 commit comments

Comments
 (0)