vs-validation/nuget.config

16 строки
592 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-07-29 05:13:11 +03:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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" />
</packageSources>
<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>