Closed MrcSnm closed 9 months ago
What do you see, and what do you expect ? When I add:
preBuildCommands "ls -l"
To dub.sdl
and use dub build -v
I see:
Pre-build Running commands
Running ls -l
[ls -l output]
I also tested with dependencies, e.g. dub build -v -c library-nonet
:
Pre-gen Running commands for openssl
Running /home/mlang/dlang/ldc-1.35.0/bin/ldc2 -run scripts/generate_version.d
It is working here too, maybe I was sleepy when I saw the logs, sorry :(
System information
Bug Description
It skips showing the verbose output for projects with preBuildCommands
How to reproduce?
Expected Behavior
Logs