Reputation: 562
I am running a local NuGet on our network folder/share.
The official NuGet source notifies me if there is newer release of a package that i'm using, but it's not work locally. I can receive new releases via 'Package Manager Console' and 'Manage NuGet Packages'.
Is it possible to receive update notifcations locally or is there a reason why NuGet is not notifying me locally?
Upvotes: 1
Views: 183
Reputation: 562
I didn't found a way that Nuget notifies me when using a local network folder. The easiest way is probably to use private gallery and a CI Server like TeamCity
Upvotes: 1