msbuild - Getting a list of Nuget Package Updates from a Build script -
i looking @ adding line build script pump in text available package updates via nuget. available via package manager console issuing command such as:
> get-package folderpath -updates
surprisingly, while thought similar command have been surfaced via nuget console application, not! not sure why didn't surface of same functionality in powershell api console tool!?
i'm no powershell guru, best approach running command build script? can call out powershell easily, or @ building utility references nuget.core.dll direct?
you can't console application yet. we're looking @ building out nuget command line tool being full nuget client have same features in process powershell.
you can build own client today if wanted referencing nuget.core , seeing cmdlets can figure out.
Comments
Post a Comment