From 42a27d6ce6101e9a9e82e519a505fb22d287e283 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Sat, 29 Mar 2014 12:37:37 -0500 Subject: [PATCH] Fix for #139 build in release --- Build.fsx | 4 ++-- basictests/Program.fs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build.fsx b/Build.fsx index 5a6210f6..b8b8b77d 100644 --- a/Build.fsx +++ b/Build.fsx @@ -39,7 +39,7 @@ Target "Clean" (fun _ -> // Build Canopy Target "BuildCanopy" (fun _ -> !! @"canopy\canopy.fsproj" - |> MSBuildDebug buildDir "Build" + |> MSBuildRelease buildDir "Build" |> Log "AppBuild-Output: " ) @@ -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 = diff --git a/basictests/Program.fs b/basictests/Program.fs index fb2d5657..be650673 100644 --- a/basictests/Program.fs +++ b/basictests/Program.fs @@ -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"