mirror of https://github.com/SixLabors/ImageSharp
Browse Source
.travis.yml cobbled together from samples at https://docs.microsoft.com/en-us/dotnet/articles/core/tools/using-ci-with-cliaf/merge-core
3 changed files with 19 additions and 7 deletions
@ -1,7 +1,8 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<packageSources> |
|||
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> |
|||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
|||
<add key="benchmarkDotNetDevelop" value="https://ci.appveyor.com/nuget/benchmarkdotnet" /> |
|||
<add key="nuget.org" value="https://www.nuget.org/api/v2/" /> |
|||
</packageSources> |
|||
</configuration> |
|||
Loading…
Reference in new issue