Skip to content

Commit 73fd0d9

Browse files
committed
revert the yml changes and add an equals sign in between the --extra-index-url option and the url
1 parent 9af8f03 commit 73fd0d9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

eng/common/pipelines/templates/steps/update-docsms-metadata.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ steps:
9090
ContainerRegistryClientId: $(azuresdkimages-cr-clientid)
9191
ContainerRegistryClientSecret: $(azuresdkimages-cr-clientsecret)
9292
ImageId: '${{ parameters.DocValidationImageId }}'
93-
- task: UsePythonVersion@0
94-
- script: |
95-
python -m pip --version
96-
displayName: Show Pip Version
97-
- script: |
98-
python -m pip install --upgrade pip
99-
displayName: Update Pip Version
10093
- pwsh: |
10194
$packageInfoJson = '${{ convertToJson(parameters.PackageInfoLocations) }}'.Trim('"').Replace("\\", "/")
10295
# Without -NoEnumerate, a single element array[T] gets unwrapped as a single item T.

eng/scripts/docs/Docs-ToC.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Get-WhlFile {
88
)
99
$pipCommandArgs = ""
1010
if ($ExtraIndexUrl) {
11-
$pipCommandArgs += "--extra-index-url $ExtraIndexUrl "
11+
$pipCommandArgs += "--extra-index-url=$ExtraIndexUrl "
1212
}
1313
$pipCommandArgs += "$Library==$Version"
1414

0 commit comments

Comments
 (0)