Skip to content

Commit 2b48053

Browse files
authored
Merge internal changes (#5883)
2 parents 6dac368 + 805ea22 commit 2b48053

File tree

3 files changed

+149
-168
lines changed

3 files changed

+149
-168
lines changed

NuGet.config

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +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-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.-->
145
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
156
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
167
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@@ -41,15 +32,5 @@
4132
<package pattern="*" />
4233
</packageSource>
4334
</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/>
5536
</configuration>

0 commit comments

Comments
 (0)