PowerToys/.pipelines/nuget.config
2020-02-25 19:38:47 -08:00

11 lines
292 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositorypath" value="." />
</config>
<packageSources>
<clear />
<add key="0" value="https://microsoft.pkgs.visualstudio.com/_packaging/0/nuget/v3/index.json" />
</packageSources>
</configuration>