Skip to content

Commit 75e6dc7

Browse files
authored
Update ModuleBuild.buildenvironment.ps1
1 parent 371615c commit 75e6dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ModuleBuild.buildenvironment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ((Get-Variable 'BuildEnv' -ErrorAction:SilentlyContinue) -eq $null) {
3636

3737
# If you want to prescan and fail a build upon finding any proprietary strings
3838
# enable this option and define some strings.
39-
OptionSanitizeSensitiveTerms = $True
39+
OptionSanitizeSensitiveTerms = $False
4040
OptionSensitiveTerms = @($env:username, $env:userdomain, $env:userdnsdomain) | Where {$null -ne $_}
4141
OptionSensitiveTermsInitialized = $false
4242

0 commit comments

Comments
 (0)