diff --git a/build.fsx b/build.fsx index 56549c8..7e66197 100644 --- a/build.fsx +++ b/build.fsx @@ -88,12 +88,11 @@ Target "CleanDocs" (fun _ -> // Build library & test project Target "Build" (fun _ -> - { BaseDirectory = __SOURCE_DIRECTORY__ - Includes = [ solutionFile + ".sln" - solutionFile + ".Tests.sln" ] - Excludes = [] } - |> MSBuildRelease "" "Rebuild" - |> ignore + [ "src/IfSharpConsole/IfSharpConsole.csproj" + //; "src/IfSharp.Kernel/IfSharp.Kernel.fsproj" + ] + |> MSBuildRelease "bin" "Rebuild" + |> ignore ) // -------------------------------------------------------------------------------------- @@ -178,7 +177,7 @@ Target "All" DoNothing ==> "RestorePackages" ==> "AssemblyInfo" ==> "Build" - ==> "RunTests" +// ==> "RunTests" ==> "All" "All" diff --git a/src/IfSharpConsole/App.config b/src/IfSharpConsole/App.config index 17e855d..4b827ab 100644 --- a/src/IfSharpConsole/App.config +++ b/src/IfSharpConsole/App.config @@ -12,7 +12,7 @@ - +