ILRepack.MSBuild.Task icon indicating copy to clipboard operation
ILRepack.MSBuild.Task copied to clipboard

Verbose option does not affect to build output information

Open zamaleev opened this issue 6 years ago • 1 comments

Hello.

I am using VS2017. With Verbose=false or without it I am getting a lot of build information lines like 'ILRepack: - Importing ...', ' ILRepack: - Fixing references for type ...'. Is there any way to not show them?

zamaleev avatar Mar 26 '19 18:03 zamaleev

@radevop The only way would be to disable the logger. https://github.com/peters/ILRepack.MSBuild.Task/blob/4e4107f491b263dbf0217bab25b7450e54e47bc1/src/ILRepack.MSBuild.Task/ILRepack.cs#L396

peters avatar Apr 03 '19 14:04 peters