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:
parent
11b88ad511
commit
128e293c1c
@ -1,2 +1,4 @@
|
|||||||
language: csharp
|
language: csharp
|
||||||
|
mono:
|
||||||
|
- latest
|
||||||
solution: ./src/Artemis.sln
|
solution: ./src/Artemis.sln
|
||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="nuget.org" value="https://www.nuget.org/api/v2" />
|
<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/v2" />
|
<add key="RGB.NET MyGet" value="https://www.myget.org/F/rgb_net/api/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
x
Reference in New Issue
Block a user