|
2 | 2 | <configuration>
|
3 | 3 | <packageSources>
|
4 | 4 | <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-4e4e1fc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4e4e1fc3/nuget/v3/index.json" /> |
8 |
| - <add key="darc-int-dotnet-aspnetcore-4e4e1fc-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4e4e1fc3-1/nuget/v3/index.json" /> |
9 |
| - <!-- End: Package sources from dotnet-aspnetcore --> |
10 |
| - <!-- Begin: Package sources from dotnet-runtime --> |
11 |
| - <add key="darc-int-dotnet-runtime-69ae1ac" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-69ae1ac0/nuget/v3/index.json" /> |
12 |
| - <!-- End: Package sources from dotnet-runtime --> |
13 |
| - <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> |
14 | 5 | <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
15 | 6 | <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
16 | 7 | <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
|
41 | 32 | <package pattern="*" />
|
42 | 33 | </packageSource>
|
43 | 34 | </packageSourceMapping>
|
44 |
| - <disabledPackageSources> |
45 |
| - <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.--> |
46 |
| - <!-- Begin: Package sources from dotnet-aspnetcore --> |
47 |
| - <add key="darc-int-dotnet-aspnetcore-4e4e1fc-1" value="true" /> |
48 |
| - <add key="darc-int-dotnet-aspnetcore-4e4e1fc" value="true" /> |
49 |
| - <!-- End: Package sources from dotnet-aspnetcore --> |
50 |
| - <!-- Begin: Package sources from dotnet-runtime --> |
51 |
| - <add key="darc-int-dotnet-runtime-69ae1ac" value="true" /> |
52 |
| - <!-- End: Package sources from dotnet-runtime --> |
53 |
| - <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> |
54 |
| - </disabledPackageSources> |
| 35 | + <disabledPackageSources/> |
55 | 36 | </configuration>
|
0 commit comments