tests.dotnet.project-references: use dir instead of file output

This fixes an error in nixpkgs-review when it tries to pass this to
buildEnv:

error: The store path [...]project-references-test is a file and can't
be merged into an environment using pkgs.buildEnv! at [...]-builder.pl
line 122.
This commit is contained in:
David McFarland 2024-06-02 16:26:42 -03:00
parent f44b27ce93
commit a7a6356c14

@ -34,5 +34,5 @@ in
runCommand "project-references-test" { } ''
${application}/bin/Application
touch $out
mkdir $out
''