File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
common/pipelines/templates/steps Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,6 @@ steps:
90
90
ContainerRegistryClientId : $(azuresdkimages-cr-clientid)
91
91
ContainerRegistryClientSecret : $(azuresdkimages-cr-clientsecret)
92
92
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
100
93
- pwsh : |
101
94
$packageInfoJson = '${{ convertToJson(parameters.PackageInfoLocations) }}'.Trim('"').Replace("\\", "/")
102
95
# Without -NoEnumerate, a single element array[T] gets unwrapped as a single item T.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function Get-WhlFile {
8
8
)
9
9
$pipCommandArgs = " "
10
10
if ($ExtraIndexUrl ) {
11
- $pipCommandArgs += " --extra-index-url $ExtraIndexUrl "
11
+ $pipCommandArgs += " --extra-index-url= $ExtraIndexUrl "
12
12
}
13
13
$pipCommandArgs += " $Library ==$Version "
14
14
You can’t perform that action at this time.
0 commit comments