From b6e21cb2d2f1e71454859883cacf358f84535fdd Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 3 Sep 2024 12:24:53 -0300 Subject: [PATCH] Set `ILRepack` location --- ricaun.ILRepack/ricaun.ILRepack.targets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ricaun.ILRepack/ricaun.ILRepack.targets b/ricaun.ILRepack/ricaun.ILRepack.targets index 21739b5..c34b908 100644 --- a/ricaun.ILRepack/ricaun.ILRepack.targets +++ b/ricaun.ILRepack/ricaun.ILRepack.targets @@ -21,6 +21,11 @@ + + ilrepack\2.0.34\tools\ILRepack.exe + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\..\$(ILRepackFilePathExec)')) + +