Skip to content

Commit

Permalink
Publish only the one package
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Mar 22, 2023
1 parent cc4a31c commit eeb7cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/targets.fs
Expand Up @@ -8053,7 +8053,7 @@ module Targets =
|> String.IsNullOrWhiteSpace
|> not
then
(!! "./_Packagin*/*.nupkg")
(!! "./_Packaging.visualizer/*.nupkg")
|> Seq.iter (fun f ->
printfn "Publishing %A from %A" f currentBranch

Expand Down

0 comments on commit eeb7cad

Please sign in to comment.