Update SnipeItPS.build.ps1

This commit is contained in:
Stephen 2020-06-17 09:18:28 +01:00 committed by GitHub
parent bfa0aa1de0
commit 28a3d40d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ $env:PSModulePath = "$($env:PSModulePath);$releasePath"
Import-Module BuildHelpers Import-Module BuildHelpers
# Ensure Invoke-Build works in the most strict mode. # Ensure Invoke-Build works in the most strict mode.
Set-StrictMode -Version Latest #Set-StrictMode -Version Latest
# region debug information # region debug information
task ShowDebug { task ShowDebug {