lholman / OneBuild

Convention based PowerShell build for .NET http://lholman.github.io/OneBuild/
Apache License 2.0
17 stars 2 forks source link

24 notifications being treated as warnings #34

Closed lholman closed 9 years ago

lholman commented 9 years ago

The following provides improved modules that use Write-Verbose and the introduction of a -verbose parameter that can be passed in to OneBuild.bat like so.

`C:\PS>.\OneBuild.bat -verbose

Giving the following kind of output (shown running OneBuild unit tests as an example)

image