From 69e95272a087bc5b7eeaa531e79768d9c60b1207 Mon Sep 17 00:00:00 2001 From: Jason Zhai <v-wuzhai@microsoft.com> Date: Thu, 26 Oct 2023 23:06:00 -0700 Subject: [PATCH] Add dotnet-sdk feed --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index 6c915ca5c..834cc6d03 100644 --- a/NuGet.config +++ b/NuGet.config @@ -18,6 +18,7 @@ <add key="darc-pub-dotnet-runtime-488a8a3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-runtime --> <!-- Begin: Package sources from dotnet-sdk --> + <add key="darc-pub-dotnet-sdk-0dfc436" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-0dfc436a/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-sdk --> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />