We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba17b49 commit c3aa562Copy full SHA for c3aa562
build.fsx
@@ -1021,7 +1021,7 @@ Target "ReleaseDocs" (fun _ ->
1021
1022
//#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"
1023
1024
-Target "Release" (fun _ ->
+Target "FastRelease" (fun _ ->
1025
StageAll ""
1026
Commit "" (sprintf "Bump version to %s" release.NugetVersion)
1027
Branches.push ""
@@ -1071,7 +1071,7 @@ Target "EnsureTestsRun" (fun _ ->
1071
)
1072
Target "Default" ignore
1073
Target "StartDnc" ignore
1074
-Target "FastRelease" ignore
+Target "Release" ignore
1075
1076
"Clean"
1077
==> "StartDnc"
0 commit comments