ligershark / psbuild

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

Filter secrets from log files #59

Closed sayedihashimi closed 9 years ago

sayedihashimi commented 9 years ago

Now that we have add the ability to filter the secrets from the PS console we should look into filtering secrets in the msbuild log files that are written. We can use the FileReplacer PowerShell module that is used in the build script https://github.com/ligershark/psbuild/blob/master/build.ps1#L139.

When we implement this we should:

After doing this we can automatically upload log files to AppVeyor as artifacts as mentioned in #255