-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathnuget.config
More file actions
29 lines (25 loc) · 783 Bytes
/
nuget.config
File metadata and controls
29 lines (25 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<configuration>
<config>
<add key="globalPackagesFolder" value="out/dep" />
</config>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="novadrop" value="out/pkg/debug" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="novadrop">
<package pattern="novadrop-*" />
<package pattern="Vezel.Novadrop.*" />
</packageSource>
</packageSourceMapping>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>