Skip to content

Commit cb5c4a8

Browse files
committed
Remove internal feeds from nuget.config
1 parent 27b1f35 commit cb5c4a8

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

NuGet.config

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
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-roslyn-analyzers -->
7-
<add key="darc-pub-dotnet-roslyn-analyzers-755ceda" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-roslyn-analyzers-755ceda7/nuget/v3/index.json" />
8-
<!-- End: Package sources from dotnet-roslyn-analyzers -->
9-
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-556582d-3" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-3/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-556582d-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-2/nuget/v3/index.json" />
12-
<!-- End: Package sources from dotnet-runtime -->
13-
<!-- Begin: Package sources from dotnet-templating -->
14-
<add key="darc-pub-dotnet-templating-3cdb186-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866-1/nuget/v3/index.json" />
15-
<add key="darc-pub-dotnet-templating-3cdb186" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866/nuget/v3/index.json" />
16-
<!-- End: Package sources from dotnet-templating -->
17-
<add key="darc-int-dotnet-aspnetcore-67acc3d3" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3/nuget/v3/index.json" />
18-
<add key="darc-int-dotnet-aspnetcore-67acc3d3-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-1/nuget/v3/index.json" />
19-
<add key="darc-int-dotnet-aspnetcore-67acc3d3-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-2/nuget/v3/index.json" />
20-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
215
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
226
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
237
</packageSources>

smoke-testNuGet.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-roslyn-analyzers -->
7-
<add key="darc-pub-dotnet-roslyn-analyzers-755ceda" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-roslyn-analyzers-755ceda7/nuget/v3/index.json" />
8-
<!-- End: Package sources from dotnet-roslyn-analyzers -->
9-
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-556582d-3" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-3/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-556582d-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-2/nuget/v3/index.json" />
12-
<!-- End: Package sources from dotnet-runtime -->
13-
<!-- Begin: Package sources from dotnet-templating -->
14-
<add key="darc-pub-dotnet-templating-3cdb186-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866-1/nuget/v3/index.json" />
15-
<add key="darc-pub-dotnet-templating-3cdb186" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866/nuget/v3/index.json" />
16-
<!-- End: Package sources from dotnet-templating -->
17-
<add key="darc-int-dotnet-aspnetcore-67acc3d3" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3/nuget/v3/index.json" />
18-
<add key="darc-int-dotnet-aspnetcore-67acc3d3-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-1/nuget/v3/index.json" />
19-
<add key="darc-int-dotnet-aspnetcore-67acc3d3-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-2/nuget/v3/index.json" />
20-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
215
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
226
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
23-
<add key="5.0.204-servicing.21263.62-shipping" value="https://pkgs.dev.azure.com/dnceng/_packaging/5.0.204-servicing.21263.62-shipping/nuget/v3/index.json" />
247
</packageSources>
258
</configuration>

0 commit comments

Comments
 (0)