Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure pipelines build system #18

Merged
merged 20 commits into from
Sep 10, 2020
Prev Previous commit
Next Next commit
WIP
cuteant committed Sep 9, 2020
commit 4e1bd71c767daa5e647478072ac79ee17b38ecdc
2 changes: 2 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -212,7 +212,9 @@ Target "RunTests" (fun _ ->
let projects =
let rawProjects = match (isWindows) with
| true -> !! "./test/*.Tests/*.Tests.csproj"
-- "./test/*.Tests/DotNetty.Suite.Tests.csproj"
| _ -> !! "./test/*.Tests/*.Tests.csproj" // if you need to filter specs for Linux vs. Windows, do it here
-- "./test/*.Tests/DotNetty.Suite.Tests.csproj"
rawProjects |> Seq.choose filterProjects

let runSingleProject project =