aboutsummaryrefslogtreecommitdiff
path: root/src/nuget_official.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/nuget_official.config')
-rw-r--r--src/nuget_official.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nuget_official.config b/src/nuget_official.config
index 6d3c9a07..25adbeed 100644
--- a/src/nuget_official.config
+++ b/src/nuget_official.config
@@ -1,12 +1,12 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<configuration> 2<configuration>
3 <config> 3 <config>
4 <add key="repositoryPath" value="..\packages" /> 4 <add key="repositoryPath" value="packages" />
5 </config> 5 </config>
6 <packageSources> 6 <packageSources>
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="github" value="https://nuget.pkg.github.com/wixtoolset/UnifiedTest1/index.json" /> --> 9 <!-- <add key="github" value="https://nuget.pkg.github.com/wixtoolset/UnifiedTest1/index.json" /> -->
10 <add key="build" value="..\build\artifacts" /> 10 <add key="build" value="build\artifacts" />
11 </packageSources> 11 </packageSources>
12</configuration> 12</configuration>