Commit 3fb0ab6f authored by David McFarland's avatar David McFarland
Browse files

dotnet: disable restore in test project creation

parent 2c97d67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ stdenv.mkDerivation (
                unpackPhase = ''
                  mkdir test
                  cd test
                  dotnet new ${template} -o .
                  dotnet new ${template} -o . --no-restore
                '';
                buildPhase = build;
                dontPatchELF = true;