We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec85078 commit ffc2c48Copy full SHA for ffc2c48
1 file changed
.azure-pipelines/cd-publish-python.yml
@@ -60,6 +60,12 @@ extends:
60
- script: python -m pip install --upgrade pip
61
displayName: "Upgrade pip"
62
63
+ - task: PipAuthenticate@1
64
+ displayName: "Authenticate pip to Azure Artifacts"
65
+ inputs:
66
+ artifactFeeds: "$(System.TeamProject)/msgraph-python-dev"
67
+ onlyAddExtraIndex: true
68
+
69
- script: pip install -r requirements-dev.txt
70
displayName: "Install dependencies"
71
0 commit comments