/NuGetDevPowershellScripts

A collection of scripts to drop into your powershell profile folder

Primary LanguagePowerShellMIT LicenseMIT

NuGetDevPowershellScripts

A collection of scripts to drop into your powershell profile folder

Sample usage

Check out this repo in your powershell profile directory C:\Users\<YourUsername>\Documents\WindowsPowerShell

In my Microsoft.Powershell_profile.ps1 I have the following line.

. "$PSScriptRoot\NuGet_profile.ps1" -NuGetClientRoot "F:\NuGet.Client"