Skip to content

Commit

Permalink
Fix for #139 build in release
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 29, 2014
1 parent 85ba71c commit 42a27d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Target "Clean" (fun _ ->
// Build Canopy
Target "BuildCanopy" (fun _ ->
!! @"canopy\canopy.fsproj"
|> MSBuildDebug buildDir "Build"
|> MSBuildRelease buildDir "Build"
|> Log "AppBuild-Output: "
)

Expand All @@ -51,7 +51,7 @@ Target "CleanTests" (fun _ ->
// Test Canopy
Target "TestCanopy" (fun _ ->
!! @"basictests\basictests.fsproj"
|> MSBuildDebug testDir "Build"
|> MSBuildRelease testDir "Build"
|> Log "AppBuild-Output: "

let result =
Expand Down
4 changes: 2 additions & 2 deletions basictests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ addFinder findByHref

"test new findByHref by clicking an href" &&& fun _ ->
url "http://lefthandedgoat.github.io/canopy/index.html"
click "about.html"
on "http://lefthandedgoat.github.io/canopy/about.html"
click "actions.html"
on "http://lefthandedgoat.github.io/canopy/actions.html"

context "todo tests"

Expand Down

0 comments on commit 42a27d6

Please sign in to comment.