Specified build project file or folder does not exist
When using the web front end, what is the expected format for project solution file under Build > MSBuild > Visual Studio solution or project file?
I converted my build phase to a script so, for reference, this works with our project:
md build
cd build
# ...
# configure with cmake (omitted)
# ...
msbuild Caffe.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
In this case I expected that Caffe.sln or build/Caffe.sln would be valid input but I get "Specified build project file or folder does not exist". So, what is the correct method to input this?
Aside, it would be nice to indicate in docs that folders containing several proj files are considered ambiguous, and/or auto-detect the correct solution file for cmake projects.
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

Support Staff 1 Posted by Feodor Fitsner on 02 Aug, 2015 06:06 PM
Yes,
build\Caffe.slnshould be valid though the file must be created before build phase.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.