Skip to content

Overglazed/Start-TestShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published