Merge pull request #679 from JustArchi/appveyor-test

Improve AppVeyor workaround
This commit is contained in:
Łukasz Domeradzki
2017-10-23 13:00:15 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ before_build:
dotnet --info
nuget sources update -Name nuget.org -Source https://api.nuget.org/v3/index.json
dotnet restore
build_script:
- ps: >-

6
nuget.config Normal file
View File

@@ -0,0 +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 -->
</packageSources>
</configuration>