Maybe fix CI

This commit is contained in:
genteure 2022-05-11 20:16:59 +08:00
parent bb06539993
commit 590b1fef44
2 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<DebugSymbols>true</DebugSymbols>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://www.myget.org/F/jint/api/v3/index.json
https://www.myget.org/F/jint/api/v3/index.json;
</RestoreAdditionalProjectSources>
</PropertyGroup>

7
nuget.config Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Jint" value="https://www.myget.org/F/jint/api/v3/index.json" />
</packageSources>
</configuration>