1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Last try for Travis to see if Artemis build against Mono at all

This commit is contained in:
SpoinkyNL 2018-04-07 21:30:15 +02:00
parent 11b88ad511
commit 128e293c1c
2 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,4 @@
language: csharp
mono:
- latest
solution: ./src/Artemis.sln

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2" />
<add key="RGB.NET MyGet" value="https://www.myget.org/F/rgb_net/api/v2" />
</packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="RGB.NET MyGet" value="https://www.myget.org/F/rgb_net/api/v3/index.json" />
</packageSources>
</configuration>