2019-07-29 05:13:11 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
2021-02-05 20:05:06 +03:00
|
|
|
<config>
|
|
|
|
<add key="repositorypath" value="packages" />
|
|
|
|
</config>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
2019-07-29 05:13:11 +03:00
|
|
|
<clear />
|
2022-09-21 21:23:02 +03:00
|
|
|
<add key="msft_consumption" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
|
2021-02-05 20:05:06 +03:00
|
|
|
</packageSources>
|
2021-09-24 01:56:28 +03:00
|
|
|
<disabledPackageSources>
|
|
|
|
<!-- Defend against user or machine level disabling of sources that we list in this file. -->
|
|
|
|
<clear />
|
|
|
|
</disabledPackageSources>
|
2019-07-29 05:13:11 +03:00
|
|
|
</configuration>
|