Skip to content

Commit

Permalink
Merge pull request #2502 from objectx/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid authored Apr 23, 2020
2 parents 8f6030e + 5b18bdf commit a6120ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/markdown/core-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Target.runOrDefault "Deploy"
Now we have the following options:
- `fake run build.fsx -t "Build"` --> starts the *Build* target and runs the dependency *Clean*
- `fake run build.fsx -t "Build"` --single-target --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx -t "Build" --single-target` --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx -s -t Build` --> starts only the *Build* target and runs no dependencies
- `fake run build.fsx` --> starts the Deploy target (and runs the dependencies *Clean* and *Build*)
Expand Down

0 comments on commit a6120ff

Please sign in to comment.