-
Notifications
You must be signed in to change notification settings - Fork 654
[5.0.1] ERROR: Property 'merge-message-formats' not found on type 'GitVersion.Config' #1780
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Yes, #1488 was included in |
I've just ran a quick test locally:
Which would give me the impression that things work on the Looking at the chocolatey conversation, there is one user having this issue on AppVeyor too: http://disq.us/p/23pbn24 @asbjornu Is there some alternate processing when the configuration is loaded in AppVeyor? |
I'm not aware of any variance on the handling of the configuration depending on where GitVersion is being executed. To make GitVersion believe it runs under a specific CI, you just need to declare the environment variable GitVersion is looking for. For AppVeyor it's simply called
|
After specifying the
And I still get successful version output 🤷♂️ |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
I don't quite understand what's going on here, tbh. |
Without any input from @wwuck I'm at a loss on what to test - I've not seen this issue reported elsewhere. |
Apologies for the delay in getting back to this, but I've tested it again now. The build downloaded the newer I guess this can be closed if no-one else has the problem still occurring? |
I installed GitVersion.CommandLine 5.0.1 and ran
GitVersion.exe init
, selecting the Continuous Deployment options which resulted in this YAML file:I then tried to build this project on AppVeyor by using the
GitVersion.exe init
output for appveyor.yml.AppVeyor installed GitVersion.Portable 5.0.1 from chocolatey.
The build then failed with the following error in the logs:
Looking at the commits, I thought
merge-message-formats
was included in the GitVersion 5.0.0 release?The text was updated successfully, but these errors were encountered: