PowerShell/test/powershell/CmdletExample.Tests.ps1
2016-05-04 12:13:00 -07:00

7 lines
124 B
PowerShell

try {
Push-Location $PSScriptRoot/../../docs/cmdlet-example
./SendGreeting.Tests.ps1
} finally {
Pop-Location
}