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 776db1f commit eaf3c5cCopy full SHA for eaf3c5c
eng/pipelines/templates/steps/auth-dev-feed.yml
@@ -25,9 +25,10 @@ steps:
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'
+ # disabled until completion of python part of azure/azure-sdk-tools#9101
+ # - pwsh: |
+ # if ($env:PIP_INDEX_URL) {
+ # Write-Host "PIP Index URL detected: $env:PIP_INDEX_URL"
+ # Write-Host "##vso[task.setvariable variable=UV_DEFAULT_INDEX]$($env:PIP_INDEX_URL)"
+ # }
34
+ # displayName: 'Mirror PIP Index URL to UV Index URL'
0 commit comments