How to stop auto-detection of solution or project file

gep13's Avatar

gep13

04 Sep, 2014 06:45 AM

Hello,

I have just set up a build, which is configured to publish my Octopress Blog when changes are detected in my source branch.

This is all working great, with one exception, shown in this build log:

https://ci.appveyor.com/project/GaryEwanPark/gep13-github-io/build/1.0.11

I have set up an appveyor.yml file to perform all the necessary build steps, and then appveyor seems to then be looking for a solution or project file to perform an actual build. In this case, I don't want this automatic detection of a solution or project file.

What can I add to my appveyor.yml file to stop this from happening?

Thanks

Gary

  1. 1 Posted by gep13 on 04 Sep, 2014 07:57 AM

    gep13's Avatar

    After reading some documentation:

    http://www.appveyor.com/docs/appveyor-yml

    I was able to correct this problem by using build_script configuration section, rather than the before_build section that I had been using.

    Thanks
    Gary

  2. gep13 closed this discussion on 04 Sep, 2014 07:57 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