-
Notifications
You must be signed in to change notification settings - Fork 51
CI Builds
Artiom Chilaru edited this page Sep 17, 2017
·
2 revisions
For the very latest builds, you can access our CI builds published on MyGet. To do this you'll have to add the address of our MyGet repository to your Visual Studio settings.
Alternatively, you can add a nuget.config
file to the root of your project's repository. For example:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="R4Mvc MyGet" value="https://www.myget.org/F/r4mvc/api/v3/index.json" />
</packageSources>
</configuration>