Update SnipeItPS.build.ps1

This commit is contained in:
Stephen 2020-06-17 09:18:44 +01:00 committed by GitHub
parent 059f9e3938
commit bead7cbe8d
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
# Ensure Invoke-Build works in the most strict mode.
Set-StrictMode -Version Latest
#Set-StrictMode -Version Latest
# region debug information
task ShowDebug {