Using nightly builds
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!-- For nightly builds -->
<add key="fabulous-dev" value="https://nuget.pkg.github.com/fabulous-dev/index.json" />
</packageSources>
<packageSourceCredentials>
<fabulous-dev>
<add key="Username" value="USERNAME" />
<add key="ClearTextPassword" value="TOKEN" />
</fabulous-dev>
</packageSourceCredentials>
</configuration>Using nightly templates
Last updated