Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing GitVersion command line options #4006

Closed
gep13 opened this issue Oct 22, 2022 · 1 comment · Fixed by #4007
Closed

Add missing GitVersion command line options #4006

gep13 opened this issue Oct 22, 2022 · 1 comment · Fixed by #4007
Assignees
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Oct 22, 2022

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
@gep13 gep13 added this to the v3.0.0 milestone Oct 22, 2022
@gep13 gep13 self-assigned this Oct 22, 2022
gep13 added a commit to gep13/cake that referenced this issue Oct 22, 2022
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.
devlead pushed a commit to gep13/cake that referenced this issue Oct 23, 2022
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.
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v3.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants