aboutsummaryrefslogtreecommitdiff
path: root/src/nuget_official.config
blob: 25adbeed6c8074626f33451b47d562e4228b65ca (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>