Skip to content

Commit 3607803

Browse files
committed
Remove outdated arguments
1 parent 6823d85 commit 3607803

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/input/docs/usage/cli/arguments.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ GitVersion [path]
4949
/nonormalize Disables normalize step on a build server.
5050
5151
# AssemblyInfo updating
52+
5253
/updateassemblyinfo
5354
Will recursively search for all 'AssemblyInfo.cs' files in
5455
the git repo and update them
@@ -69,12 +70,14 @@ GitVersion [path]
6970
Supports writing version info for: C#, F#, VB
7071
7172
# Create or update Wix version file
73+
7274
/updatewixversionfile
7375
All the GitVersion variables are written to
7476
'GitVersion_WixVersion.wxi'. The variables can then be
7577
referenced in other WiX project files for versioning.
7678
77-
# Remote repository args
79+
# Remote repository args
80+
7881
/url Url to remote git repository.
7982
/b Name of the branch to use on the remote repository, must be
8083
used in combination with /url.
@@ -89,12 +92,7 @@ GitVersion [path]
8992
GitVersion to not calculate your version as expected.
9093
9194
# Execute build args
92-
/exec Executes target executable making GitVersion variables
93-
available as environmental variables
94-
/execargs GitVersionOptions for the executable specified by /exec
95-
/proj Build a msbuild file, GitVersion variables will be passed as
96-
msbuild properties
97-
/projargs Additional arguments to pass to msbuild
95+
9896
/verbosity Specifies the amount of information to be displayed.
9997
(Quiet, Minimal, Normal, Verbose, Diagnostic)
10098
Default is Normal

0 commit comments

Comments
 (0)