Skip to content

Commit

Permalink
Bump version to 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farlee2121 committed Jun 27, 2023
1 parent b0ef0e4 commit 2cb90ee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,17 @@ Target.create "Release" (fun _ ->

Target.create "All" ignore

"CheckEnv"
==> "Release"

"Clean"
==> "BuildExpecto"
==> "BuildBenchmarkDotNet"
==> "BuildTest"
==> "RunTest"
==> "Pack"
==> "All"
==> "Push"
==> "Release"
// "CheckEnv"
// ==> "Release"

// "Clean"
// ==> "BuildExpecto"
// ==> "BuildBenchmarkDotNet"
// ==> "BuildTest"
// ==> "RunTest"
// ==> "Pack"
// ==> "All"
// ==> "Push"
// ==> "Release"

Target.runOrDefaultWithArguments "All"

0 comments on commit 2cb90ee

Please sign in to comment.