-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuget.config
23 lines (23 loc) · 1.08 KB
/
Nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AzurePipelines" value="https://pkgs.dev.azure.com/CluedIn-io/_packaging/CluedIn/nuget/v3/index.json" />
<add key="develop" value="https://pkgs.dev.azure.com/CluedIn-io/_packaging/develop/nuget/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="release" value="https://pkgs.dev.azure.com/CluedIn-io/_packaging/release/nuget/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<AzurePipelines>
<add key="Username" value="VSTS" />
<add key="ClearTextPassword" value="65e2ofrhoxwe5w6x64uk5umg6swjqdlf3z244xeb36oad55zk6ta" />
</AzurePipelines>
<develop>
<add key="Username" value="VSTS" />
<add key="ClearTextPassword" value="65e2ofrhoxwe5w6x64uk5umg6swjqdlf3z244xeb36oad55zk6ta" />
</develop>
<release>
<add key="Username" value="VSTS" />
<add key="ClearTextPassword" value="65e2ofrhoxwe5w6x64uk5umg6swjqdlf3z244xeb36oad55zk6ta" />
</release>
</packageSourceCredentials>
</configuration>