Skip to content

Commit ffde6d9

Browse files
fix: add PipAuthenticate task for Azure Artifacts feed
The feed requires authentication. Added PipAuthenticate@1 task before pip install steps to authenticate against the internal feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c57c42 commit ffde6d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ extends:
4848
inputs:
4949
versionSpec: '3.12'
5050

51+
- task: PipAuthenticate@1
52+
displayName: Authenticate with Azure Artifacts
53+
inputs:
54+
artifactFeeds: microsoftgraph/GraphDeveloperExperiences_Public
55+
5156
- script: python -m pip install --upgrade pip --index-url https://microsoftgraph.pkgs.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/GraphDeveloperExperiences_Public/pypi/simple/
5257
displayName: Upgrade pip
5358
workingDirectory: $(Build.SourcesDirectory)

0 commit comments

Comments
 (0)