Skip to content

Commit e81808c

Browse files
committed
fix build(?)
1 parent 990085b commit e81808c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.fsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ Target "GenerateFSIStrings" (fun _ ->
8787
Target "Build" (fun _ ->
8888
netFrameworks
8989
|> List.iter (fun framework ->
90-
let outputPath = buildDir </> framework
9190
!! (project + ".sln")
92-
|> MSBuild outputPath "Build" ["Configuration","Release"; "TargetFrameworkVersion", framework]
91+
|> MSBuild "" "Build" ["Configuration","Release"; "TargetFrameworkVersion", framework]
9392
|> Log (".NET " + framework + " Build-Output: "))
9493
)
9594

0 commit comments

Comments
 (0)