ligershark / psbuild

This project aims to make using MSBuild easier from powershell
Apache License 2.0
120 stars 18 forks source link

Change default of masking secrets to false unless running on CI #79

Open sayedihashimi opened 8 years ago

sayedihashimi commented 8 years ago

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.