File tree 2 files changed +2
-2
lines changed
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,
320
320
$variations += @ ($installParameters )
321
321
322
322
$dotnetBuilds = $installParameters.Clone ()
323
- $dotnetbuilds.AzureFeed = " https://dotnetbuilds.azureedge .net/public"
323
+ $dotnetbuilds.AzureFeed = " https://ci.dot .net/public"
324
324
$variations += @ ($dotnetBuilds )
325
325
326
326
if ($runtimeSourceFeed ) {
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ function InstallDotNet {
232
232
local public_location=(" ${installParameters[@]} " )
233
233
variations+=(public_location)
234
234
235
- local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://dotnetbuilds.azureedge .net/public" )
235
+ local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://ci.dot .net/public" )
236
236
variations+=(dotnetbuilds)
237
237
238
238
if [[ -n " ${6:- } " ]]; then
You can’t perform that action at this time.
0 commit comments