Remove unneeded things from nuget.config (#10610)
This commit is contained in:
parent
8f6eaacc1b
commit
e0232bce5b
1 changed files with 6 additions and 15 deletions
21
NuGet.config
21
NuGet.config
|
@ -10,23 +10,15 @@
|
||||||
<!-- End: Package sources from dotnet-aspnetcore -->
|
<!-- End: Package sources from dotnet-aspnetcore -->
|
||||||
<!-- Begin: Package sources from dotnet-efcore -->
|
<!-- Begin: Package sources from dotnet-efcore -->
|
||||||
<!-- End: Package sources from dotnet-efcore -->
|
<!-- End: Package sources from dotnet-efcore -->
|
||||||
<!-- Begin: Package sources from dotnet-runtime -->
|
|
||||||
<!-- End: Package sources from dotnet-runtime -->
|
|
||||||
<!-- Begin: Package sources from dotnet-msbuild -->
|
<!-- Begin: Package sources from dotnet-msbuild -->
|
||||||
<!-- End: Package sources from dotnet-msbuild -->
|
<!-- End: Package sources from dotnet-msbuild -->
|
||||||
|
<!-- Begin: Package sources from dotnet-runtime -->
|
||||||
|
<!-- End: Package sources from dotnet-runtime -->
|
||||||
<!-- Begin: Package sources from dotnet-templating -->
|
<!-- Begin: Package sources from dotnet-templating -->
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01-5/nuget/v3/index.json" />
|
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01-4/nuget/v3/index.json" />
|
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01-3/nuget/v3/index.json" />
|
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01-2/nuget/v3/index.json" />
|
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01-1/nuget/v3/index.json" />
|
|
||||||
<add key="darc-pub-dotnet-templating-50e1aa0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-50e1aa01/nuget/v3/index.json" />
|
|
||||||
<!-- End: Package sources from dotnet-templating -->
|
<!-- End: Package sources from dotnet-templating -->
|
||||||
<!-- Begin: Package sources from dotnet-windowsdesktop -->
|
<!-- Begin: Package sources from dotnet-windowsdesktop -->
|
||||||
<!-- End: Package sources from dotnet-windowsdesktop -->
|
<!-- End: Package sources from dotnet-windowsdesktop -->
|
||||||
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
||||||
<!-- For custom version of arcade -->
|
|
||||||
<add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" />
|
|
||||||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
||||||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
||||||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
||||||
|
@ -40,15 +32,14 @@
|
||||||
<!--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-aspnetcore -->
|
<!-- Begin: Package sources from dotnet-aspnetcore -->
|
||||||
<!-- End: Package sources from dotnet-aspnetcore -->
|
<!-- End: Package sources from dotnet-aspnetcore -->
|
||||||
<!-- Begin: Package sources from dotnet-runtime -->
|
|
||||||
<!-- End: Package sources from dotnet-runtime -->
|
|
||||||
<!-- Begin: Package sources from dotnet-efcore -->
|
<!-- Begin: Package sources from dotnet-efcore -->
|
||||||
<!-- End: Package sources from dotnet-efcore -->
|
<!-- End: Package sources from dotnet-efcore -->
|
||||||
|
<!-- Begin: Package sources from dotnet-msbuild -->
|
||||||
|
<!-- End: Package sources from dotnet-msbuild -->
|
||||||
|
<!-- Begin: Package sources from dotnet-runtime -->
|
||||||
|
<!-- End: Package sources from dotnet-runtime -->
|
||||||
<!-- Begin: Package sources from dotnet-windowsdesktop -->
|
<!-- Begin: Package sources from dotnet-windowsdesktop -->
|
||||||
<!-- End: Package sources from dotnet-windowsdesktop -->
|
<!-- End: Package sources from dotnet-windowsdesktop -->
|
||||||
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
||||||
<!-- Added by darc above. due to dependencies on 3.0.0 and 2.1.0 packs, but we can get those from nuget.org -->
|
|
||||||
<!-- Darc will just put it back if we attempt to remove it above. -->
|
|
||||||
<add key="darc-pub-dotnet-core-setup-7d57652" value="true" />
|
|
||||||
</disabledPackageSources>
|
</disabledPackageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue