update nuget.config to point to powershell.myget.org (#1867)

This commit is contained in:
Dongbo Wang 2016-08-18 08:10:49 -07:00 committed by Mike Richmond
parent c69bd842bc
commit c093817983

View file

@ -7,12 +7,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="appveyor-psl-windows-build" value="https://ci.appveyor.com/nuget/psl-windows-build-buunqeauqyp5" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<appveyor-psl-windows-build>
<add key="Username" value="xvors.x@gmail.com" />
<add key="ClearTextPassword" value="1a017c69bc74332896cabed5ef0c470777bc31c1" />
</appveyor-psl-windows-build>
</packageSourceCredentials>
</configuration>