We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dfc0ae + d7252e3 commit 444f7cdCopy full SHA for 444f7cd
src/app/Fake.Core.Targets/Target.fs
@@ -125,8 +125,8 @@ module Target =
125
|> String.separated ", "
126
|> sprintf "(?=> %s)"
127
128
- /// Do nothing - fun () -> () - Can be used to define empty targets.
129
- let DoNothing = (fun () -> ())
+ /// Do nothing - Can be used to define empty targets.
+ let DoNothing = (fun (_:TargetParameter) -> ())
130
131
/// Checks whether the dependency (soft or normal) can be added.
132
/// [omit]
0 commit comments