Make PowerShell actually output something of some value

This commit is contained in:
Michael Lumish 2020-05-14 12:02:55 -07:00
parent 95e49dc684
commit de9d8959b1
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
limitations under the License.
#>
Set-PSDebug -trace 2
$ErrorActionPreference = "Stop"
<# https://stackoverflow.com/questions/16657778/install-nuget-via-powershell-script/26421187#comment107976901_48216538 #>