Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 372 Bytes

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"