Questions tagged [myget]

Use to tag any questions related to the MyGet package management platform (myget.org).

MyGet allows you to create and host your own NuGet feed. Include packages from the official NuGet feed or upload your own NuGet packages.

Compatible with NuGet, the Visual Studio Package Manager Console, Orchard, SymbolSource and many more.

The service is hosted at www.myget.org

65 questions
0
votes
1 answer

What NuGet components does MyGet build on top of?

The NuGet system consists of NuGet.Core, NuGet.exe, NuGet.Server, NuGet.org(the official gallery). Which of these components does MyGet extend?
Mark
  • 883
  • 1
  • 8
  • 14
0
votes
1 answer

Pulling in nuget dependencies on build

I am using myget build services with a github web hook to build my nuget packages on every push to github. The github repo is at project level so the packages folder (which is at sln level) does not get pushed. So my build fails because it doesnt…
Jules
  • 1,071
  • 2
  • 18
  • 37
-1
votes
1 answer

Is anyone know the alternative of https://botbuilder.myget.org/ site as currently is not working

unable to download packages from botbuilder.myget.org and due to that enable to build the microsoft composer porject with yarn install. trying to download packages from botbuilder.myget.org and running yarn install but its getting timeout from…
-1
votes
2 answers

MyGet Public feed API

I am working on a Utility that verifies your project.json file in an ASP.NET application. I want to verify that the packages referenced in project.json actually exist. For this I require access to the MyGet public feed. Is there an API and where can…
1 2 3 4
5