tests.dotnet.cross-target: stop hiding dotnet output

This commit is contained in:
David McFarland
2026-05-19 15:20:08 -03:00
parent a22d69dd99
commit 09e729e4c2

View File

@@ -59,7 +59,8 @@ let
installPhase = ''
runHook preInstall
dotnet run > $out
dotnet run
touch "$out"
runHook postInstall
'';
};