Due to #78 we should not enable masking secrets all the time. It's most important for CI builds so it would be better to default this to false, but if running on CI then enable it by default. We can use an environment variable $env:PSBuildMaskSecrets=$true to enable this behavior.
Due to #78 we should not enable masking secrets all the time. It's most important for CI builds so it would be better to default this to false, but if running on CI then enable it by default. We can use an environment variable
$env:PSBuildMaskSecrets=$true
to enable this behavior.