File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,22 @@ image: Visual Studio 2019
10
10
build_script :
11
11
- ps : .\build.ps1 -Target ContinuousIntegration
12
12
13
+ # ---------------------------------#
13
14
# Tests
15
+ # ---------------------------------#
14
16
test : off
15
17
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
+
16
29
# ---------------------------------#
17
30
# Branches to build #
18
31
# ---------------------------------#
@@ -21,6 +34,8 @@ branches:
21
34
only :
22
35
- develop
23
36
- master
37
+ - /release\/.*/
38
+ - /hotfix\/.*/
24
39
25
40
# ---------------------------------#
26
41
# Build Cache #
You can’t perform that action at this time.
0 commit comments