Skip to content

Commit 438d7c3

Browse files
committed
Bump version to 2.0.0.7
1 parent fa13540 commit 438d7c3

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

build.fsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Target "ReleaseDocs" (fun _ ->
184184
#load "paket-files/fsharp/FAKE/modules/Octokit/Octokit.fsx"
185185
open Octokit
186186

187-
Target "Release" (fun _ ->
187+
Target "GitHubRelease" (fun _ ->
188188
let user =
189189
match getBuildParam "github-user" with
190190
| s when not (String.IsNullOrWhiteSpace s) -> s
@@ -219,6 +219,7 @@ Target "Release" (fun _ ->
219219
Target "Prepare" DoNothing
220220
Target "PrepareRelease" DoNothing
221221
Target "All" DoNothing
222+
Target "Release" DoNothing
222223

223224
"Clean"
224225
=?> ("BuildVersion", isAppVeyorBuild)
@@ -233,13 +234,14 @@ Target "All" DoNothing
233234
==> "PrepareRelease"
234235
==> "SourceLink"
235236
==> "NuGet"
237+
==> "GitHubRelease"
238+
==> "PublishNuGet"
236239
==> "Release"
237240

238241
"CleanDocs"
239242
==> "GenerateDocsJa"
240243
==> "GenerateDocs"
241244
==> "ReleaseDocs"
242-
==> "PublishNuGet"
243245
==> "Release"
244246

245247
RunTargetOrDefault "All"
Binary file not shown.
Binary file not shown.
1.34 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)