ILRepack.MSBuild.Task
ILRepack.MSBuild.Task copied to clipboard
Verbose option does not affect to build output information
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?
@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