Skip to content

Commit

Permalink
FAKE: Typo fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Nov 2, 2017
1 parent 6d02a80 commit 2a594ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ let testLibrary testsDir testsProj framework =

let testLibraryCsharp framework = testLibrary "src/UnitTests" "UnitTests.csproj" framework

let testLibraryFsharp framework = testLibrary "src/FSharpUnitTests" "FSharpUnitTests.csproj" framework
let testLibraryFsharp framework = testLibrary "src/FSharpUnitTests" "FSharpUnitTests.fsproj" framework

Target "Test" DoNothing
Target "TestF#" DoNothing
Expand Down

0 comments on commit 2a594ce

Please sign in to comment.