Skip to content

Commit

Permalink
casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Jun 20, 2019
1 parent f8d610d commit ed81ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Target "SourceLink.Test" (fun _ ->
)
)

Target "Nuget.Push" (fun _ -> Paket.Push (fun p -> { p with WorkingDir = artifactsDir }))
Target "NuGet.Push" (fun _ -> Paket.Push (fun p -> { p with WorkingDir = artifactsDir }))


// Doc generation
Expand Down Expand Up @@ -217,7 +217,7 @@ Target "Release" DoNothing

"Bundle"
==> "ReleaseDocs"
==> "Nuget.Push"
==> "NuGet.Push"
==> "ReleaseGithub"
==> "Release"

Expand Down

0 comments on commit ed81ead

Please sign in to comment.