Skip to content

Commit

Permalink
Add FSharp test projects to build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjhoare authored and Danthar committed Apr 23, 2018
1 parent 92ff221 commit 9c1bc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildIncremental.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module IncrementalTests =

let getUnitTestProjects runtime =
let allTestProjects = !! "./**/core/**/*.Tests.csproj"
++ "./**/core/**/*.Tests.fsproj"
++ "./**/contrib/**/*.Tests.csproj"
-- "./**/serializers/**/*Wire*.csproj"
allTestProjects
Expand Down

0 comments on commit 9c1bc9f

Please sign in to comment.