File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,11 @@ Target "CleanDocs" (fun _ ->
8888// Build library & test project
8989
9090Target " Build" ( fun _ ->
91- { BaseDirectory = __ SOURCE_ DIRECTORY__
92- Includes = [ solutionFile + " .sln"
93- solutionFile + " .Tests.sln" ]
94- Excludes = [] }
95- |> MSBuildRelease " " " Rebuild"
96- |> ignore
91+ [ " src/IfSharpConsole/IfSharpConsole.csproj"
92+ //; "src/IfSharp.Kernel/IfSharp.Kernel.fsproj"
93+ ]
94+ |> MSBuildRelease " bin" " Rebuild"
95+ |> ignore
9796)
9897
9998// --------------------------------------------------------------------------------------
@@ -178,7 +177,7 @@ Target "All" DoNothing
178177 ==> " RestorePackages"
179178 ==> " AssemblyInfo"
180179 ==> " Build"
181- ==> " RunTests"
180+ // ==> "RunTests"
182181 ==> " All"
183182
184183" All"
Original file line number Diff line number Diff line change 1212 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
1313 <dependentAssembly >
1414 <assemblyIdentity name =" FSharp.Core" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
15- <bindingRedirect oldVersion =" 0.0.0.0-4.3.1.0 " newVersion =" 4.3.1.0" />
15+ <bindingRedirect oldVersion =" 0.0.0.0-999.999.999.999 " newVersion =" 4.3.1.0" />
1616 </dependentAssembly >
1717 </assemblyBinding >
1818 </runtime >
You can’t perform that action at this time.
0 commit comments