@@ -49,6 +49,7 @@ GitVersion [path]
49
49
/nonormalize Disables normalize step on a build server.
50
50
51
51
# AssemblyInfo updating
52
+
52
53
/updateassemblyinfo
53
54
Will recursively search for all 'AssemblyInfo.cs' files in
54
55
the git repo and update them
@@ -69,12 +70,14 @@ GitVersion [path]
69
70
Supports writing version info for: C#, F#, VB
70
71
71
72
# Create or update Wix version file
73
+
72
74
/updatewixversionfile
73
75
All the GitVersion variables are written to
74
76
'GitVersion_WixVersion.wxi'. The variables can then be
75
77
referenced in other WiX project files for versioning.
76
78
77
- # Remote repository args
79
+ # Remote repository args
80
+
78
81
/url Url to remote git repository.
79
82
/b Name of the branch to use on the remote repository, must be
80
83
used in combination with /url.
@@ -89,12 +92,7 @@ GitVersion [path]
89
92
GitVersion to not calculate your version as expected.
90
93
91
94
# 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
+
98
96
/verbosity Specifies the amount of information to be displayed.
99
97
(Quiet, Minimal, Normal, Verbose, Diagnostic)
100
98
Default is Normal
0 commit comments