Skip to content

Commit 104ed2f

Browse files
committed
(build) Update AppVeyor config file
Mainly to allow the building of hotfix branches, which isn't currently allowed.
1 parent 4e00795 commit 104ed2f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@ image: Visual Studio 2019
1010
build_script:
1111
- ps: .\build.ps1 -Target ContinuousIntegration
1212

13+
#---------------------------------#
1314
# Tests
15+
#---------------------------------#
1416
test: off
1517

18+
#---------------------------------#
19+
# Pull Requests #
20+
#---------------------------------#
21+
pull_requests:
22+
do_not_increment_build_number: true
23+
24+
#---------------------------------#
25+
# General #
26+
#---------------------------------#
27+
skip_branch_with_pr: true
28+
1629
#---------------------------------#
1730
# Branches to build #
1831
#---------------------------------#
@@ -21,6 +34,8 @@ branches:
2134
only:
2235
- develop
2336
- master
37+
- /release\/.*/
38+
- /hotfix\/.*/
2439

2540
#---------------------------------#
2641
# Build Cache #

0 commit comments

Comments
 (0)