Skip to content

Commit 8e2c022

Browse files
committed
chore: update NuGet.config files in examples
1 parent 2545807 commit 8e2c022

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

Telerik.Examples.ContentSecurityPolicy/NuGet.Config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
55
<add key="Telerik" value="https://nuget.telerik.com/v3/index.json" />
66
</packageSources>
7+
<packageSourceCredentials>
8+
<Telerik>
9+
<add key="Username" value="api-key" />
10+
<add key="ClearTextPassword" value="%TELERIK_NUGET_KEY%" />
11+
</Telerik>
12+
</packageSourceCredentials>
713
</configuration>

Telerik.Examples.Mvc/NuGet.Config

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

Telerik.Examples.RazorPages/NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
66
<add key="Telerik" value="https://nuget.telerik.com/v3/index.json" />
77
</packageSources>
8+
<packageSourceCredentials>
9+
<Telerik>
10+
<add key="Username" value="api-key" />
11+
<add key="ClearTextPassword" value="%TELERIK_NUGET_KEY%" />
12+
</Telerik>
13+
</packageSourceCredentials>
814
</configuration>
915

0 commit comments

Comments
 (0)