Skip to content

Commit d0a9175

Browse files
authored
Add nuget.config for package source configuration
1 parent e2a8dd5 commit d0a9175

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

nuget.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6+
<add key="bigbadjock-github" value="https://nuget.pkg.github.com/bigbadjock/index.json" />
7+
</packageSources>
8+
<add key="signatureValidationMode" value="accept" />
9+
<packageSourceCredentials>
10+
<bigbadjock-github>
11+
<add key="Username" value="%GITHUB_PACKAGES_USER%" />
12+
<add key="ClearTextPassword" value="%GITHUB_PACKAGES_PAT%" />
13+
</bigbadjock-github>
14+
</packageSourceCredentials>
15+
</configuration>

0 commit comments

Comments
 (0)