Skip to content

Commit

Permalink
Bump version to 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Jun 1, 2022
1 parent ff56ea6 commit d72fcf8
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,30 +216,30 @@ Target.create "Release" (fun _ ->
Target.create "CI" ignore
Target.create "Tests" ignore

"Clean"
=?> ("BuildVersion", isAppVeyorBuild)
==> "AssemblyInfo"
==> "Build"
==> "RunTests"
==> "Tests"

"Build"
==> "Docs"

"Docs"
=?> ("ReleaseDocs", BuildServer.isLocalBuild)
==> "Release"

"Tests"
==> "PaketPack"
==> "PaketPush"
==> "Release"

"Docs"
==> "CI"

"Tests"
==> "PaketPack"
==> "CI"
//"Clean"
// =?> ("BuildVersion", isAppVeyorBuild)
// ==> "AssemblyInfo"
// ==> "Build"
// ==> "RunTests"
// ==> "Tests"

//"Build"
// ==> "Docs"

//"Docs"
// =?> ("ReleaseDocs", BuildServer.isLocalBuild)
// ==> "Release"

//"Tests"
// ==> "PaketPack"
"PaketPush"
==> "Release"

//"Docs"
// ==> "CI"

//"Tests"
// ==> "PaketPack"
// ==> "CI"

Target.runOrDefault "RunTests"

0 comments on commit d72fcf8

Please sign in to comment.