You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we manage to pull off #112, this will go away, but in the meantime, we can restrict this to showing only if the MSBuild log level is detailed or diagnostic by specifying StandardOutputImportance="Low".
The text was updated successfully, but these errors were encountered:
adamralph
changed the title
Hide version from console
Hide version from console when MSBuild log level is normal or higher
Dec 18, 2018
adamralph
changed the title
Hide version from console when MSBuild log level is normal or higher
Hide version from console when MSBuild log level is quiet/minimal/normal
Dec 18, 2018
ZOMG by spelunking the MSBuild source code, I found a solution to hide the version from stdout unless the MSBuild log level is detailed or diagnostic: #175
Currently, when building a project with MinVer installed, the version appears in output like so:
This is a side effect of using the MSBuild
Exec
task to invoke an executable to do the versioning work.If we manage to pull off #112, this will go away, but in the meantime, we can restrict this to showing only if the MSBuild log level is
detailed
ordiagnostic
by specifyingStandardOutputImportance="Low"
.The text was updated successfully, but these errors were encountered: