File tree 1 file changed +28
-4
lines changed
1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change
1
+ # ---------------------------------#
2
+ # Build Image #
3
+ # ---------------------------------#
4
+ image : Visual Studio 2017
5
+
1
6
# ---------------------------------#
2
7
# Build Script #
3
8
# ---------------------------------#
4
9
build_script :
5
10
- ps : .\build.ps1 -Target AppVeyor
6
11
12
+ # ---------------------------------#
7
13
# Tests
14
+ # ---------------------------------#
8
15
test : off
9
16
17
+ # ---------------------------------#
18
+ # Pull Requests #
19
+ # ---------------------------------#
20
+ pull_requests :
21
+ do_not_increment_build_number : true
22
+
23
+ # ---------------------------------#
24
+ # General #
25
+ # ---------------------------------#
26
+ skip_branch_with_pr : true
27
+
10
28
# ---------------------------------#
11
29
# Branches to build #
12
30
# ---------------------------------#
@@ -15,12 +33,18 @@ branches:
15
33
only :
16
34
- develop
17
35
- master
18
- - /release/.*/
19
- - /hotfix/.*/
36
+ - /release\ /.*/
37
+ - /hotfix\ /.*/
20
38
21
39
# ---------------------------------#
22
40
# Build Cache #
23
41
# ---------------------------------#
24
42
cache :
25
- - src\packages -> src\**\packages.config
26
- - tools -> recipe.cake
43
+ - tools -> recipe.cake, tools/packages.config
44
+
45
+ # ---------------------------------#
46
+ # Skip builds for doc changes #
47
+ # ---------------------------------#
48
+ skip_commits :
49
+ # Regex for matching commit message
50
+ message : /\(doc\).*/
You can’t perform that action at this time.
0 commit comments