diff --git a/build.fsx b/build.fsx index da82b7c8..238620aa 100644 --- a/build.fsx +++ b/build.fsx @@ -409,7 +409,7 @@ Target "OpenBlasWinBuild" DoNothing let testLibrary testsDir testsProj framework = DotNetCli.RunCommand (fun c -> { c with WorkingDir = testsDir}) - (sprintf "run -p %s --configuration Release --framework %s" + (sprintf "run -p %s --configuration Release --framework %s --no-restore --no-build" testsProj framework)