-
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathnuget.config
More file actions
18 lines (18 loc) · 740 Bytes
/
nuget.config
File metadata and controls
18 lines (18 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="mysqlitepclraw" value="./nupkgs" />
<add key="sourcegear_see" value="https://nuget.sourcegear.com/see/nuget/index.json" />
<add key="sourcegear_main" value="https://nuget.sourcegear.com/main/nuget/index.json" />
</packageSources>
<packageSourceCredentials>
<sourcegear_see>
<add key="Username" value="sqlitepclraw_build" />
<add key="ClearTextPassword" value="%SG_NUGET_TOKEN%" />
</sourcegear_see>
<sourcegear_main>
<add key="Username" value="sqlitepclraw_build" />
<add key="ClearTextPassword" value="%SG_NUGET_TOKEN%" />
</sourcegear_main>
</packageSourceCredentials>
</configuration>