Skip to content

Commit 6f902f0

Browse files
fix: correct Azure DevOps project name in artifactFeeds
The project is 'Graph Developer Experiences', not 'microsoftgraph'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 02c0eb7 commit 6f902f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extends:
5151
- task: PipAuthenticate@1
5252
displayName: Authenticate with Azure Artifacts
5353
inputs:
54-
artifactFeeds: microsoftgraph/GraphDeveloperExperiences_Public
54+
artifactFeeds: Graph Developer Experiences/GraphDeveloperExperiences_Public
5555
onlyAddExtraIndex: false
5656

5757
- script: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)