Skip to content

Commit 2838467

Browse files
committed
Merge branch 'fix/upgrade-newtonsoft-dep' into fix/newtonsoft-unity
2 parents de00d64 + 12aee8d commit 2838467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cake-build/helpers/tools.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class ILRepackHelper
4040
}
4141
else
4242
{
43-
_context.Warning($"DLL not found: {dllPath}, skipping...");
43+
throw new Exception($"Merge dll not found at path \"{dllPath.FullPath}\"");
4444
}
4545
}
4646

0 commit comments

Comments
 (0)