-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Error on build on master branch with version 0.22.0 #1798
Comments
I'm seeing the exact same issue on Cake.DoInDirectory latest build |
it could be an issue on GitVersion itself |
Submited a PR on GitVersion |
To be able to sort older versions of GitVersion, I will submit an fix to Cake for this. Do feel the source issue is with in the GitVersion custom json serializer, but this is ultimately a regression in Cake we think is worth a hotfix. |
@devlead I run into the same issue while updating Cake.SqlServer to use v0.22.0. Any workaround available I can use in the mean time? |
@trailmax I added tools/packages.config into source control, and set its contents to: <?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.21.1" />
</packages> |
GH1798: Make GitVersion tolerate unexpected json
fixed by #1802 |
What You Are Seeing?
With the new version 0.22.0 the builds on master branch (with GitVersion) fails:
GitVersion uses the following definition:
The folder order was changed from:
To:
What is Expected?
The ""-values treated as "0" for integer fields.
What version of Cake are you using?
0.22.0
Are you running on a 32 or 64 bit system?
x64
What environment are you running on? Windows? Linux? Mac?
Windows 10
Are you running on a CI Server? If so, which one?
Error occured both on local machine and GitLab CI.
How Did You Get This To Happen? (Steps to Reproduce)
I think the MR for issue #1597 produce this error.
Output Log
The text was updated successfully, but these errors were encountered: