Skip to content

Commit

Permalink
Fixes output location of projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrSteinert committed Mar 1, 2018
1 parent 0ab4af0 commit 5c9922c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Expand Up @@ -122,8 +122,8 @@ Target "Clean" (fun _ ->
// Build library & test project

Target "Build" (fun _ ->
!! solutionFile |> MSBuildRelease "bin" "Restore" |> ignore
!! solutionFile |> MSBuildRelease "bin" "Build" |> ignore
!! solutionFile |> MSBuildRelease "" "Restore" |> ignore
!! solutionFile |> MSBuildRelease "" "Build" |> ignore
)

// --------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5c9922c

Please sign in to comment.