We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a8dd5 commit d0a9175Copy full SHA for d0a9175
nuget.config
@@ -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