
zipAnd then extract the contents to a local folder. Some browsers (such as Internet Explorer) will automatically. NuGet package is a ZIP archive, which contains additional information about the file contents of the package. A copy of the package will be copied to your browser's download folder name. To manually download, please click Download the original file nupkg. Get the package using the manual downloadĮach page has a link to download the manual, as follows: The following description is for reference only. NuGet dependencies are not included in the package downloaded. Download package does not install the module or script. psm1 file and load the module from init.Manual download package is Do notIntended as a substitute Install-ModuleSmall command.


Create a NuGet source directory in checkout directory.

To see the code you can head to the GitHub repository. The basic instructions are on the readme: That way you can change a line of code, do a few key strokes and then see the result straight away. In order to make it easier to do the debugging I’ve created a test harness Visual Studio solution that allows you to make changes to a file, compile the solution, run a single command in the package manager and then have the package uninstall and then install again. One thing that I find frustrating when creating NuGet packages is the debug experience when it comes to creating the PowerShell install scripts (init.ps1, install.ps1, uninstall.ps1).
