[release/5.0] Clear disabled package sources (#30401)
- remove remaining way user NuGet.config can infect builds
This commit is contained in:
parent
6b1c28e772
commit
08df1c0ff2
|
|
@ -19,6 +19,7 @@
|
||||||
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
|
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<disabledPackageSources>
|
<disabledPackageSources>
|
||||||
|
<clear />
|
||||||
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
||||||
<!-- Begin: Package sources from dotnet-runtime -->
|
<!-- Begin: Package sources from dotnet-runtime -->
|
||||||
<add key="darc-int-dotnet-runtime-f27d337" value="true" />
|
<add key="darc-int-dotnet-runtime-f27d337" value="true" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue