summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4a5946f9a8..17b572cd5f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,5 +55,6 @@ cache:
# Stops feature branches from triggering two builds (One for branch and one for PR)
skip_branch_with_pr: true
-# disable automatic builds
+# We build in the test stage, so disable Appveyor's build stage. This prevents
+# the "directory does not contain a project or solution file" error.
build: false