-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathnuget.config
More file actions
15 lines (15 loc) · 761 Bytes
/
nuget.config
File metadata and controls
15 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="github" value="https://nuget.pkg.github.com/jcansdale/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<!-- Public token with `read:packages` scope -->
<add key="Username" value="jcansdale-robot" />
<add key="ClearTextPassword" value="1619776c696038f5230997c05893d339a64009ff" />
</github>
</packageSourceCredentials>
</configuration>