Loading pkgs/development/compilers/dotnet/common.nix +9 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,15 @@ run = checkConsoleOutput "$src/test"; }; self-contained = mkDotnetTest { name = "self-contained"; template = "console"; usePackageSource = true; build = "dotnet publish --use-current-runtime --sc -o $out"; runtime = null; run = checkConsoleOutput "$src/test"; }; single-file = mkDotnetTest { name = "single-file"; template = "console"; Loading Loading
pkgs/development/compilers/dotnet/common.nix +9 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,15 @@ run = checkConsoleOutput "$src/test"; }; self-contained = mkDotnetTest { name = "self-contained"; template = "console"; usePackageSource = true; build = "dotnet publish --use-current-runtime --sc -o $out"; runtime = null; run = checkConsoleOutput "$src/test"; }; single-file = mkDotnetTest { name = "single-file"; template = "console"; Loading