2018-11-02 21:15:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<solution>
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
</solution>
|
|
|
|
<packageSources>
|
|
|
|
<clear />
|
2021-05-14 00:00:47 +00:00
|
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
|
|
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
|
|
|
|
<!-- End: Package sources from DotNet-msbuild-Trusted -->
|
|
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
2020-04-24 17:34:25 +00:00
|
|
|
<!-- 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" />
|
2019-11-09 03:22:43 +00:00
|
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
2021-02-10 16:02:29 +00:00
|
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
2019-09-16 05:25:54 +00:00
|
|
|
<add key="dotnet3-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json" />
|
2019-09-30 16:14:24 +00:00
|
|
|
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
|
2019-10-17 22:50:10 +00:00
|
|
|
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
|
|
|
|
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
|
2018-11-02 21:15:52 +00:00
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources>
|
|
|
|
<clear />
|
2019-11-16 23:38:55 +00:00
|
|
|
<!-- 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" />
|
2018-11-02 21:15:52 +00:00
|
|
|
</disabledPackageSources>
|
2019-06-24 23:43:02 +00:00
|
|
|
</configuration>
|