msbuild: remove output response file

-1
-1
pkgs/development/tools/build-managers/msbuild/default.nix
··· 66 66 67 67 # msbuild response files to use only the nixos source 68 68 echo "/p:RestoreSources=nixos" > artifacts/mono-msbuild/MSBuild.rsp 69 - echo "/p:RestoreSources=nixos" > src/MSBuild/MSBuild.rsp 70 69 71 70 # not patchShebangs, there is /bin/bash in the body of the script as well 72 71 substituteInPlace ./eng/cibuild_bootstrapped_msbuild.sh --replace /bin/bash ${stdenv.shell}