Files
PowerToys/.pipelines/nuget.config
2020-02-24 23:49:28 +01:00

11 lines
312 B
XML

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