File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
Telerik.Examples.ContentSecurityPolicy
Telerik.Examples.RazorPages Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments