You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of newer command line options that can be passed through to GitVersion which are not currently implemented in the Cake settings. While it is possible to use ArgumentCustomization to make use of these options, they should also be supported directly.
These options are:
OutputFile
ConfigFile
UpdateProjectFiles
EnsureAssemblyInfo
UpdateWixVersionFile
NoCache
NoNormalize
Diag
The text was updated successfully, but these errors were encountered:
Since the initial implementation in Cake, there are a number of new
command line options for GitVersion. While it is possible to set these
using ArgumentCustomization, these should be supported directly within
the Cake settings class.
Since the initial implementation in Cake, there are a number of new
command line options for GitVersion. While it is possible to set these
using ArgumentCustomization, these should be supported directly within
the Cake settings class.
There are a number of newer command line options that can be passed through to GitVersion which are not currently implemented in the Cake settings. While it is possible to use ArgumentCustomization to make use of these options, they should also be supported directly.
These options are:
The text was updated successfully, but these errors were encountered: