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-Packagesoperation; with TeamCity you would use the NuGet Installer build runner, and so on.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login