Test PowerShell output

This commit is contained in:
Michael Lumish 2020-05-14 13:04:59 -07:00
parent de9d8959b1
commit 83590e20b6

View File

@ -16,6 +16,8 @@
Set-PSDebug -trace 2
Write-Host "Hello World"
$ErrorActionPreference = "Stop"
<# https://stackoverflow.com/questions/16657778/install-nuget-via-powershell-script/26421187#comment107976901_48216538 #>