-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathnuget.github.config
More file actions
25 lines (25 loc) · 914 Bytes
/
Copy pathnuget.github.config
File metadata and controls
25 lines (25 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="github-lantean-code" value="https://nuget.pkg.github.com/lantean-code/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<github-lantean-code>
<add key="Username" value="%GITHUB_PACKAGES_USERNAME%" />
<add key="ClearTextPassword" value="%GITHUB_PACKAGES_TOKEN%" />
</github-lantean-code>
</packageSourceCredentials>
<packageSourceMapping>
<packageSource key="github-lantean-code">
<package pattern="QBittorrent.ApiClient" />
<package pattern="Blazor.HashRouting" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
</configuration>