We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990085b commit e81808cCopy full SHA for e81808c
build.fsx
@@ -87,9 +87,8 @@ Target "GenerateFSIStrings" (fun _ ->
87
Target "Build" (fun _ ->
88
netFrameworks
89
|> List.iter (fun framework ->
90
- let outputPath = buildDir </> framework
91
!! (project + ".sln")
92
- |> MSBuild outputPath "Build" ["Configuration","Release"; "TargetFrameworkVersion", framework]
+ |> MSBuild "" "Build" ["Configuration","Release"; "TargetFrameworkVersion", framework]
93
|> Log (".NET " + framework + " Build-Output: "))
94
)
95
0 commit comments