"The build phase is set to "MSBuild" mode (default), but no Visual Studio project or solution files were found"
Hello,
I'm using AppVeyor to test a Ruby data processing & ETL framework (http://www.kiba-etl.org) on Windows.
Just today, the build started failing repeatedly:
https://ci.appveyor.com/project/thbar/kiba/history
I'm getting the following error:
The build phase is set to "MSBuild" mode (default), but no Visual Studio project
or solution files were found in the root directory. If you are not building Visual Studio
project switch build mode to "Script" and provide your custom build command.
I didn't change the AppVeyor configuration recently:
https://github.com/thbar/kiba/blob/master/appveyor.yml
I wonder if something changed that may explain this at AppVeyor? (maybe a default configuration in the build?)
I also recently rotated my GitHub authorisations, so maybe there could be a link too.
Thanks!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 18 Jan, 2018 09:27 PM
GitHub authorization is most probable reason for this. I believe your
appveyor.yml
cannot be read and not respected. Re-authorize (revoke and authorize again) GitHub at https://ci.appveyor.com/account, should help.2 Posted by thibaut.barrere on 18 Jan, 2018 09:40 PM
Thanks Ilya, this fixed it!
thibaut.barrere closed this discussion on 18 Jan, 2018 09:40 PM.