Browse Source

Build: running tests must not restore or build implicitly

build
Christoph Ruegg 9 years ago
parent
commit
549ca8d060
  1. 2
      build.fsx

2
build.fsx

@ -409,7 +409,7 @@ Target "OpenBlasWinBuild" DoNothing
let testLibrary testsDir testsProj framework = let testLibrary testsDir testsProj framework =
DotNetCli.RunCommand DotNetCli.RunCommand
(fun c -> { c with WorkingDir = testsDir}) (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 testsProj
framework) framework)

Loading…
Cancel
Save