Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter secrets from log files #59

Closed
2 of 3 tasks
sayedihashimi opened this issue Apr 24, 2015 · 0 comments
Closed
2 of 3 tasks

Filter secrets from log files #59

sayedihashimi opened this issue Apr 24, 2015 · 0 comments

Comments

@sayedihashimi
Copy link
Member

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:

  • Add a global flag to disable this
  • Add a parameter to Invoke-MSBuild to disable for that build
  • Measure the perf when building projects that create large files

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant