Skip to content

Commit fca35f2

Browse files
committed
Create nuget.config
1 parent 5bf8f8a commit fca35f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lib/YANLib/nuget.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="github" value="https://nuget.pkg.github.com/Tynab/index.json" />
6+
</packageSources>
7+
<packageSourceCredentials>
8+
<github>
9+
<add key="Username" value="Tynab" />
10+
<add key="ClearTextPassword" value="token" />
11+
</github>
12+
</packageSourceCredentials>
13+
<repository url="https://github.com/Tynab/YANLib" />
14+
</configuration>

0 commit comments

Comments
 (0)