Skip to content

Commit 12aee8d

Browse files
committed
Merge branch 'fix/github-workflow' into fix/upgrade-newtonsoft-dep
2 parents 49287d8 + 55a9b49 commit 12aee8d

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)