Skip to content

Commit a84f427

Browse files
committed
Update build.fsx
CI test and build.fsx update
1 parent 14a05ab commit a84f427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd __SOURCE_DIRECTORY__
1919

2020
let product = "Akka.NET"
2121
let authors = [ "Akka.NET Team" ]
22-
let copyright = "Copyright © 2013-2016 Akka.NET Team"
22+
let copyright = "Copyright © 2013-2016 Akka.NET Team"
2323
let company = "Akka.NET Team"
2424
let description = "Akka.NET is a port of the popular Java/Scala framework Akka to .NET"
2525
let tags = ["akka";"actors";"actor";"model";"Akka";"concurrency"]
@@ -346,10 +346,10 @@ Target "HelpNuget" <| fun _ ->
346346

347347
// nuget dependencies
348348
"CleanNuget" ==> "CreateNuget"
349-
"CleanNuget" ==> "BuildRelease" ==> "Nuget"
349+
"CreateNuget" ==> "BuildRelease" ==> "Nuget"
350350

351351
Target "All" DoNothing
352352
"BuildRelease" ==> "All"
353353
"Nuget" ==> "All"
354354

355-
RunTargetOrDefault "Help"
355+
RunTargetOrDefault "Help"

0 commit comments

Comments
 (0)