File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ function InstallDotNet([string] $dotnetRoot,
320320 $variations += @ ($installParameters )
321321
322322 $dotnetBuilds = $installParameters.Clone ()
323- $dotnetbuilds.AzureFeed = " https://dotnetbuilds.azureedge .net/public"
323+ $dotnetbuilds.AzureFeed = " https://ci.dot .net/public"
324324 $variations += @ ($dotnetBuilds )
325325
326326 if ($runtimeSourceFeed ) {
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ function InstallDotNet {
232232 local public_location=(" ${installParameters[@]} " )
233233 variations+=(public_location)
234234
235- local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://dotnetbuilds.azureedge .net/public" )
235+ local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://ci.dot .net/public" )
236236 variations+=(dotnetbuilds)
237237
238238 if [[ -n " ${6:- } " ]]; then
You can’t perform that action at this time.
0 commit comments