Skip to content

Commit

Permalink
Add build dependency for iOS and Droid targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 committed Sep 23, 2015
1 parent 7354772 commit 7cdf343
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FakeDemo/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ Target "Build-Droid" (fun _ ->
==> "Build-Pcl"
==> "Test"

"Clean"
==> "Build-Pcl"
==> "Build-iOS"
==> "Build-Droid"

RunTargetOrDefault "Test"

0 comments on commit 7cdf343

Please sign in to comment.