mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
tests.dotnet.cross-target: stop hiding dotnet output
This commit is contained in:
@@ -59,7 +59,8 @@ let
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
dotnet run > $out
|
||||
dotnet run
|
||||
touch "$out"
|
||||
runHook postInstall
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user