diff options
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/nuget.config b/nuget.config index 2151ef89..34dfa486 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -7,6 +7,15 @@ | |||
7 | <clear /> | 7 | <clear /> |
8 | <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 8 | <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
9 | <add key="build" value="build\artifacts" /> | 9 | <add key="build" value="build\artifacts" /> |
10 | <!-- <add key="github" value="https://nuget.pkg.github.com/wixtoolset/UnifiedTest1/index.json" /> --> | ||
11 | </packageSources> | 10 | </packageSources> |
11 | |||
12 | <packageSourceMapping> | ||
13 | <packageSource key="nuget"> | ||
14 | <package pattern="*" /> | ||
15 | </packageSource> | ||
16 | <packageSource key="build"> | ||
17 | <package pattern="WixToolset.*" /> | ||
18 | <package pattern="WixBuildTools.*" /> | ||
19 | </packageSource> | ||
20 | </packageSourceMapping> | ||
12 | </configuration> | 21 | </configuration> |