Specified build project file or folder does not exist

Tea's Avatar

Tea

02 Aug, 2015 09:37 AM

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.

  1. Support Staff 1 Posted by Feodor Fitsner on 02 Aug, 2015 06:06 PM

    Feodor Fitsner's Avatar

    Yes, build\Caffe.sln should be valid though the file must be created before build phase.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.

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