diff --git a/build.fsx b/build.fsx index ed684152..979701ab 100644 --- a/build.fsx +++ b/build.fsx @@ -492,7 +492,7 @@ Target "DataBuild" (fun _ -> build !! "MathNet.Numerics.Data.sln") // -------------------------------------------------------------------------------------- let test target = - let quick p = if hasBuildParam "quick" then { p with Where="!~LongRunning" } else p + let quick p = if hasBuildParam "quick" then { p with Where="cat!=LongRunning" } else p NUnit3 (fun p -> { p with ShadowCopy = false diff --git a/src/UnitTests/UnitTests-Net35.csproj b/src/UnitTests/UnitTests-Net35.csproj index b1747a02..764c0336 100644 --- a/src/UnitTests/UnitTests-Net35.csproj +++ b/src/UnitTests/UnitTests-Net35.csproj @@ -58,7 +58,7 @@ - +