Skip to content

Commit

Permalink
Removed build step to remove tests from projects as that option is no…
Browse files Browse the repository at this point in the history
…t present in the Cashel solution.
  • Loading branch information
panesofglass committed Mar 6, 2011
1 parent 07a4859 commit 251c2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.fsx
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Target? BuildApp <-
OutputFileName = "./src/AssemblyInfo.fs"}) OutputFileName = "./src/AssemblyInfo.fs"})


appReferences appReferences
|> Seq.map (RemoveTestsFromProject AllNUnitReferences AllSpecAndTestDataFiles)
|> MSBuildRelease buildDir "Build" |> MSBuildRelease buildDir "Build"
|> Log "AppBuild-Output: " |> Log "AppBuild-Output: "


Expand Down

0 comments on commit 251c2e0

Please sign in to comment.