Skip to content

Commit eaf3c5c

Browse files
authored
revert uv index update till CFS migration (#44450)
1 parent 776db1f commit eaf3c5c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ steps:
2525
artifactFeeds: $(DevFeedName)
2626
onlyAddExtraIndex: false
2727

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'
28+
# disabled until completion of python part of azure/azure-sdk-tools#9101
29+
# - pwsh: |
30+
# if ($env:PIP_INDEX_URL) {
31+
# Write-Host "PIP Index URL detected: $env:PIP_INDEX_URL"
32+
# Write-Host "##vso[task.setvariable variable=UV_DEFAULT_INDEX]$($env:PIP_INDEX_URL)"
33+
# }
34+
# displayName: 'Mirror PIP Index URL to UV Index URL'

0 commit comments

Comments
 (0)