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:
parent
d4eb17eeb8
commit
15f46b8757
@ -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
|
||||
7
src/NuGet.Config
Normal file
7
src/NuGet.Config
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user