Unverified Commit 2ba69486 authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

`buildDotnetModule`: add support for installing pre-release tools (#374663)

parents 6c4e0724 82eb5818
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ buildDotnetModule (
      installPhase = ''
        runHook preInstall

        dotnet tool install --tool-path $out/lib/${pname} ${nugetName}
        dotnet tool install --tool-path $out/lib/${pname} ${nugetName} --version ${version}

        # remove files that contain nix store paths to temp nuget sources we made
        find $out -name 'project.assets.json' -delete