Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Integrating A ProGet Feed Into MSBuild



  • I set up Visual Studio to use a private ProGet feed for my NuGet packages. Coming from a Java world and using other repository managers, this was a welcome sight. It works fine.

    Anyway, I'm trying to ensure that any missing NuGet package references are found when building with MSBuild, from my CI server. Are there settings that need to be incorporated in the Visual Studio project/solution config files? Any insights?

    Product: ProGet
    Version: 4.7.13



  • If you are using a newer version of MSBuild, see: http://blog.nuget.org/20170316/NuGet-now-fully-integrated-into-MSBuild.html

    If you are stuck with an older version, the solution is specific to whatever CI server you're using, e.g. with BuildMaster you would use the NuGet::Install-Packages operation; with TeamCity you would use the NuGet Installer build runner, and so on.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation