peters / ILRepack.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
83 stars 31 forks source link

Verbose option does not affect to build output information #36

Open zamaleev opened 5 years ago

zamaleev commented 5 years ago

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?

peters commented 5 years ago

@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