Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 584 Bytes

Start-TestShell

This cmdlet speeds up Powershell testing by easily creating new sessions

Alias sts

This can be added to your profile profile.

iwr https://raw.githubusercontent.com/Overglazed/Start-TestShell/master/Start-TestShell.ps1 | select -expand Content | Out-File -Append $PROFILE -Force -Encoding utf8

Debugging in Visual Studio

Add the following debug options to the project.

  • Start Action -> Start external program: <PATH-TO-POWERSHELL>

  • Start Options -> Command line arguments:

-NoProfile -NoExit -Command "Import-Module .\assembly.dll"