File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ param (
1010)
1111. (Join-Path $PSScriptRoot common.ps1)
1212$DefaultDocWardenVersion = " 0.7.3"
13+ $FeedUrl = " https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
1314$script :FoundError = $false
1415
1516function Test-Readme-Files {
@@ -87,10 +88,11 @@ if ($LASTEXITCODE -ne 0) {
8788 LogError " pip install setuptools wheel --quiet failed with exit code $LASTEXITCODE "
8889 exit 1
8990}
90- Write-Host " pip install doc-warden==$DocWardenVersion --quiet"
91- pip install doc- warden== $DocWardenVersion -- quiet
91+
92+ Write-Host " pip install doc-warden==$DocWardenVersion --quiet --index-url $FeedUrl "
93+ pip install doc- warden== $DocWardenVersion -- quiet -- index- url $FeedUrl
9294if ($LASTEXITCODE -ne 0 ) {
93- LogError " pip install doc-warden==$DocWardenVersion --quiet failed with exit code $LASTEXITCODE "
95+ LogError " pip install doc-warden==$DocWardenVersion --quiet --index-url $FeedUrl failed with exit code $LASTEXITCODE "
9496 exit 1
9597}
9698
You can’t perform that action at this time.
0 commit comments