File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 try {
44 # Currently having issues downloading from github on windows 2022 so moved to a blob account
55 # https://github.com/mono/api-doc-tools/releases/download/mdoc-5.7.4.9/mdoc-5.7.4.9.zip
6- Invoke-WebRequest - MaximumRetryCount 10 - Uri " https://azuresdkdocs.blob .core.windows.net/tools/mdoc/5.7.4.9/mdoc-5.7.4.9.zip" `
6+ Invoke-WebRequest - MaximumRetryCount 10 - Uri " https://azuresdkartifacts.z5.web .core.windows.net/tools/mdoc/5.7.4.9/mdoc-5.7.4.9.zip" `
77 - OutFile " mdoc.zip" | Wait-Process ; Expand-Archive - Path " mdoc.zip" - DestinationPath " ./mdoc/"
88 } catch {
99 $_.Exception | Format-List | Out-Host
1414 try {
1515 # Currently having issues downloading from github on windows 2022 so moved to a blob account
1616 # https://github.com/dotnet/docfx/releases/download/$(DocFxVersion)/docfx.zip
17- Invoke-WebRequest - MaximumRetryCount 10 - Uri " https://azuresdkdocs.blob .core.windows.net/tools/docfx/$ ( $env: DOCFXVERSION ) /docfx.zip" `
17+ Invoke-WebRequest - MaximumRetryCount 10 - Uri " https://azuresdkartifacts.z5.web .core.windows.net/tools/docfx/$ ( $env: DOCFXVERSION ) /docfx.zip" `
1818 - OutFile " docfx.zip" | Wait-Process ; Expand-Archive - Path " docfx.zip" - DestinationPath " ./docfx/"
1919 } catch {
2020 $_.Exception | Format-List | Out-Host
You can’t perform that action at this time.
0 commit comments