forked from MakingSense/aspnet-hypermedia-api-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.Config
More file actions
16 lines (16 loc) · 694 Bytes
/
NuGet.Config
File metadata and controls
16 lines (16 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="makingsense-aspnet" value="https://ci.appveyor.com/nuget/makingsense-aspnet" />
</packageSources>
<packageSourceCredentials>
<makingsense-aspnet>
<add key="Username" value="dtru+read@makingsense.com" />
<add key="ClearTextPassword" value="4@pdw@BlfpQn" />
</makingsense-aspnet>
</packageSourceCredentials>
</configuration>