Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 326 Bytes

Readme.md

File metadata and controls

18 lines (10 loc) · 326 Bytes

Usage help

docs/Readme.md

Setting up development

Build

  • dotnet build in the root

Test run of the app

  • place sample binlog into the build output folder (or any of it's subfolders)
  • DotUtils.MsBuild.BinlogRedactor.CLI.exe -p "some secret" -r

Unit/Integration tests

  • dotnet tests