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-clipull/56/head
3 changed files with 19 additions and 7 deletions
@ -1,7 +1,8 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<configuration> |
<configuration> |
||||
<packageSources> |
<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="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> |
</packageSources> |
||||
</configuration> |
</configuration> |
||||
Loading…
Reference in new issue