Merge pull request #686 from JustArchi/appveyor-1869

Remove AppVeyor misc workaround
This commit is contained in:
Łukasz Domeradzki 2017-10-26 23:33:59 +02:00 committed by GitHub
commit 7df7906f38

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <!-- As a workaround until https://github.com/appveyor/ci/issues/1869 is fixed -->
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>