-
Notifications
You must be signed in to change notification settings - Fork 66
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
MySql 5.7 service and path not found anymore on "Visual Studio 2022" image #3895
Comments
According to this Visual Studio 2022 now includes MySQL 8.0 (which makes sense since 5.7 has reached EOL). |
Thanks for the link, So, it looks like there was no way to plan for this apparent breaking change. And we cannot even be certain of the right course of action to take since the change is not yet actually documented. |
Apologies, merging of the PR for the documentation somehow slipped through the cracks, although the updates had occurred a couple weeks prior. |
Ok, thanks. |
Since a few days, NHibernate AppVeyor builds are failing their MySql run.
Our yaml uses a database matrix and starts only the required database for the run.
For MySql, that is:
But this has started to fail six days ago. We use the "Visual Studio 2022" image.
The build fails to find the MySql service and its path.
An example failure is here.
A previous successful build with same configuration is here.
The text was updated successfully, but these errors were encountered: