Skip to content

Commit 80c4e4d

Browse files
authored
Fix feed used for darc init in shell scripts (#15822)
1 parent d7540e5 commit 80c4e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function InstallDarcCli {
6868
fi
6969
fi
7070

71-
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
71+
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json"
7272

7373
echo "Installing Darc CLI version $darcVersion..."
7474
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."

0 commit comments

Comments
 (0)