Skip to content

Commit 854ecd8

Browse files
committed
..
1 parent 1edf12e commit 854ecd8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,3 @@ __pycache__/
261261
*.pyc
262262
RedcapApi/Properties
263263
RedcapApiDemo/Properties
264-
RedcapApi/nuget.config

RedcapApi/nuget.config

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

0 commit comments

Comments
 (0)