개정판 f5a92816
issue #000000 Nuget.config
Change-Id: Icdabcb925d9a2a2721108b60b11f87b03f690cee
ID2.Manager/Nuget.config | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<!--change--> |
3 | 3 |
<configuration> |
4 |
<disabledPackageSources> |
|
5 |
<add key="Offline Packages" value="true" /> |
|
6 |
</disabledPackageSources> |
|
4 | 7 |
<packageSources> |
5 | 8 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
6 | 9 |
<clear /> |
... | ... | |
8 | 11 |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
9 | 12 |
<add key="nuget.telerik.com" value="https://nuget.telerik.com/nuget" /> |
10 | 13 |
<add key="DOFTECH" value="http://192.168.0.67:9099/v3/index.json" /> |
11 |
<add key="Offline Packages" value="$\..\nugets\"/> |
|
14 |
<add key="Offline Packages" value="$\..\nugets\" />
|
|
12 | 15 |
</packageSources> |
13 | 16 |
<packageRestore> |
14 | 17 |
<add key="enabled" value="True" /> |
내보내기 Unified diff