aboutsummaryrefslogtreecommitdiff
path: root/src/nuget_official.config
blob: 6d3c9a071da21e9ab91263565c09ca94073cf703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <config>
    <add key="repositoryPath" value="..\packages" />
  </config>
  <packageSources>
    <clear />
    <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <!-- <add key="github" value="https://nuget.pkg.github.com/wixtoolset/UnifiedTest1/index.json" /> -->
    <add key="build" value="..\build\artifacts" />
  </packageSources>
</configuration>