Skip to content

Commit c26483f

Browse files
authored
Resolve Failing PackageProperties Run (#44290)
* ensure uv uses same index as pip
1 parent f39bb85 commit c26483f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/pipelines/templates/steps/auth-dev-feed.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ steps:
2424
inputs:
2525
artifactFeeds: $(DevFeedName)
2626
onlyAddExtraIndex: false
27+
28+
- pwsh: |
29+
if ($env:PIP_INDEX_URL) {
30+
Write-Host "PIP Index URL detected: $env:PIP_INDEX_URL"
31+
Write-Host "##vso[task.setvariable variable=UV_DEFAULT_INDEX]$($env:PIP_INDEX_URL)"
32+
}
33+
displayName: 'Mirror PIP Index URL to UV Index URL'

0 commit comments

Comments
 (0)