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

Last attempt at Nuget for today

This commit is contained in:
SpoinkyNL 2018-04-07 15:17:09 +02:00
parent d4eb17eeb8
commit 15f46b8757
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,2 @@
language: csharp
solution: ./src/Artemis.sln
install:
- travis_retry nuget restore -source "https://api.nuget.org/v3/index.json;https://www.myget.org/F/rgb_net/api/v3/index.json" ./src/Artemis.sln
solution: ./src/Artemis.sln

7
src/NuGet.Config Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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>