Skip to content

Commit dfd63c8

Browse files
committed
Also build the NuGet package locally before pushing the tag
1 parent da3cc64 commit dfd63c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ let initTargets () =
245245

246246
"Release" <== [ "All"; "NuGet"; "ConfigRelease" ]
247247

248-
"Publish" <== [ "All"; "ConfigRelease" ]
248+
"Release" ==> "Publish" |> ignore
249249

250250
[<EntryPoint>]
251251
let main argv =

0 commit comments

Comments
 (0)