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

Disable/Enable the default Target.

Open ricaun opened this issue 1 year ago • 0 comments

This PR is related to the #62 to disable the default ILRepack Target and enable to use the ILRepack task in the main .csproj.

Here so changes:

  • Move the UsingTask to the .props to enable using ILRepack in any Target.
  • ILRepackEnabled property to disable the default Target.
  • Field LogImportance in the ILRepack Task to choose the log level.

ricaun avatar Aug 26 '24 03:08 ricaun