We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ff089 commit bdc049eCopy full SHA for bdc049e
appveyor.yml
@@ -1,6 +1,13 @@
1
version: '{build}'
2
image: Visual Studio 2019
3
+
4
+# Don't build PR commits twice
5
+skip_branch_with_pr: true
6
7
+# Don't build tags, avoid duplicate builds on master when bumping version
8
skip_tags: true
9
10
+# Don't build changes to docs
11
skip_commits:
12
files:
13
- docs/*
@@ -52,9 +59,6 @@ build_script:
52
59
exit $BuildExitCode
53
60
}
54
61
55
-# Do not build feature branch with open Pull Requests to avoid building twice
56
-skip_branch_with_pr: true
57
-
58
62
# Upload code coverage reports to codecov.io.
63
# PowerShell does not support TLS1.2 by default ¯\_(ツ)_/¯, so need to configure that.
64
after_test:
0 commit comments