2020-08-12 12:05:16 +03:00
<?xml version="1.0" encoding="utf-8"?>
2016-08-01 04:29:08 +03:00
<configuration>
2017-09-12 07:36:22 +03:00
<packageRestore>
<add key="enabled" value="True" />
</packageRestore>
2016-08-01 04:29:08 +03:00
<packageSources>
<clear />
2023-03-31 12:47:38 +03:00
<!-- When building TestAssets we read the keys from here and provide them directly to dotnet restore together with path to artifacts/packages/<configuration>/Shipping,
because the path to packages contains configuration and we don't want to modify a checked-in file in our repo to be able to build. -->
2024-02-01 09:29:46 +03:00
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
2023-04-19 17:34:51 +03:00
<add key="vssdk-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
2023-03-31 12:47:38 +03:00
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
2020-11-19 15:13:17 +03:00
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
2024-01-15 14:19:05 +03:00
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2021-01-15 12:05:54 +03:00
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
2023-04-19 17:34:51 +03:00
<add key="vs-impl-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl-archived/nuget/v3/index.json" />
2024-01-09 15:11:28 +03:00
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2023-03-31 12:47:38 +03:00
<!-- When building isolated test projects we copy this file into temp, and insert localy-built-packages source here, that points to artifacts/packages/<configuration>/Shipping. -->
2016-08-01 04:29:08 +03:00
</packageSources>
2017-05-09 13:01:11 +03:00
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
2023-03-31 12:47:38 +03:00
<config>
<!-- Location of .packages is forced by Arcade in their scripts, but we also want this to be respected by VS, so we want to keep this setting here. -->
<!-- When building isolated test projects we copy this file into temp and replace ".packages" with full path to that folder. -->
<add key="globalPackagesFolder" value=".packages" />
</config>
2020-08-28 14:59:06 +03:00
<disabledPackageSources />
2016-08-01 04:29:08 +03:00
</configuration>