-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathNuGet.config
More file actions
35 lines (34 loc) · 1.21 KB
/
NuGet.config
File metadata and controls
35 lines (34 loc) · 1.21 KB
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
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="local-feed" value="./artifacts" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="local-feed">
<package pattern="War3Net.*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="Cake.Common" />
<package pattern="Cake.Core" />
<package pattern="Cake.Incubator" />
<package pattern="DotNetZip" />
<package pattern="ICSharpCode.Decompiler" />
<package pattern="JpegLibrary" />
<package pattern="NETStandard.Library" />
<package pattern="Newtonsoft.Json" />
<package pattern="Pidgin" />
<package pattern="runtime.native.System" />
<package pattern="SharpZipLib" />
<package pattern="StyleCop.Analyzers" />
<package pattern="StyleCop.Analyzers.Unstable" />
<!-- Wildcards -->
<package pattern="Microsoft.*" />
<package pattern="NuGet.*" />
<package pattern="SixLabors.*" />
<package pattern="System.*" />
<package pattern="War3Net.*" />
</packageSource>
</packageSourceMapping>
</configuration>