We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39bb85 commit c26483fCopy full SHA for c26483f
eng/pipelines/templates/steps/auth-dev-feed.yml
@@ -24,3 +24,10 @@ steps:
24
inputs:
25
artifactFeeds: $(DevFeedName)
26
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