Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.69 KB

UsingMyGet.md

File metadata and controls

27 lines (16 loc) · 1.69 KB

Using MyGet to consume daily builds

The BotBuilder SDK daily build feed is found on MyGet. For .Net development, use the dotnet daily build feed.

To consume the latest daily builds of the Bot Framework, you'll need to register MyGet as a package source in Visual Studio.

Register Myget in Visual Studio Steps

You can register a MyGet feed the same way you register any NuGet package source by using the Package Manager Settings dialog.

  1. In Visual Studio go to Tools > Library Package Manager > Package Manager Settings in the Visual Studio menu.

image

  1. In the Options dialog, choose Package Sources then click the green + button. This will create a new package source entry. Fill in the Name field, and add the v4 feed url as the Source:

      https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json image

  1. Lastly, click Update then OK

This package source will now be available when managing packages for a solution or project: image

Troubleshooting

If you are experiencing 404 errors when trying to install the MyGet packages check that you set the URL correctly in step 2. The correct URL is:

      https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json