Skip to content

Commit 4b54771

Browse files
committed
Remove internal feeds from nuget.config
1 parent c838e2d commit 4b54771

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

NuGet.config

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<!-- Begin: Package sources from dotnet-aspnetcore -->
7-
<add key="darc-int-dotnet-aspnetcore-8ca3954" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-8ca3954c/nuget/v3/index.json" />
8-
<!-- End: Package sources from dotnet-aspnetcore -->
9-
<!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
10-
<add key="darc-int-dotnet-aspnetcore-tooling-b4f2d74" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-b4f2d743/nuget/v3/index.json" />
11-
<!-- End: Package sources from dotnet-aspnetcore-tooling -->
12-
<!-- Begin: Package sources from dotnet-core-setup -->
13-
<add key="darc-int-dotnet-core-setup-dc339bd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-dc339bd0/nuget/v3/index.json" />
14-
<!-- End: Package sources from dotnet-core-setup -->
15-
<!-- Begin: Package sources from dotnet-extensions -->
16-
<add key="darc-int-dotnet-extensions-194782e" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-194782ed/nuget/v3/index.json" />
17-
<!-- End: Package sources from dotnet-extensions -->
18-
<!-- Begin: Package sources from dotnet-templating -->
19-
<add key="darc-int-dotnet-templating-7116c61" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-7116c61c/nuget/v3/index.json" />
205
<add key="darc-pub-dotnet-templating-f8760d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-f8760d03/nuget/v3/index.json" />
21-
<!-- End: Package sources from dotnet-templating -->
22-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
236
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
247
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
258
</packageSources>

smoke-testNuGet.Config

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<!-- Begin: Package sources from dotnet-aspnetcore -->
8-
<add key="darc-int-dotnet-aspnetcore-8ca3954" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-8ca3954c/nuget/v3/index.json" />
9-
<!-- End: Package sources from dotnet-aspnetcore -->
10-
<!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
11-
<add key="darc-int-dotnet-aspnetcore-tooling-b4f2d74" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-tooling-b4f2d743/nuget/v3/index.json" />
12-
<!-- End: Package sources from dotnet-aspnetcore-tooling -->
13-
<!-- Begin: Package sources from dotnet-core-setup -->
14-
<add key="darc-int-dotnet-core-setup-dc339bd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-dc339bd0/nuget/v3/index.json" />
15-
<!-- End: Package sources from dotnet-core-setup -->
16-
<!-- Begin: Package sources from dotnet-extensions -->
17-
<add key="darc-int-dotnet-extensions-194782e" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-194782ed/nuget/v3/index.json" />
18-
<!-- End: Package sources from dotnet-extensions -->
19-
<!-- Begin: Package sources from dotnet-templating -->
20-
<add key="darc-int-dotnet-templating-7116c61" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-7116c61c/nuget/v3/index.json" />
216
<add key="darc-pub-dotnet-templating-f8760d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-f8760d03/nuget/v3/index.json" />
22-
<!-- End: Package sources from dotnet-templating -->
23-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
247
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
258
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
269
<add key="smoke-test feed" value="SMOKE_TEST_PACKAGE_FEED" />

0 commit comments

Comments
 (0)