PowerShell/nuget.config

11 lines
322 B
Plaintext
Raw Permalink Normal View History

2015-11-13 12:42:35 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShell/nuget/v3/index.json" />
2015-11-13 12:42:35 +08:00
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
2015-11-13 12:42:35 +08:00
</configuration>