Skip to content

Commit

Permalink
Set ILRepack location
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 3, 2024
1 parent f94ccf8 commit b6e21cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ricaun.ILRepack/ricaun.ILRepack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
</PackageReference>
</ItemGroup>

<PropertyGroup>
<ILRepackFilePathExec>ilrepack\2.0.34\tools\ILRepack.exe</ILRepackFilePathExec>
<ILRepack Condition="'$(ILRepack)' == ''">$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\..\$(ILRepackFilePathExec)'))</ILRepack>
</PropertyGroup>

<Target Name="ILRepackTarget" AfterTargets="CopyFilesToOutputDirectory" Condition="$(ILRepackEnabled)">

<PropertyGroup>
Expand Down

0 comments on commit b6e21cb

Please sign in to comment.