Skip to content

Commit 57f19ba

Browse files
committed
ci: Fixed edge case where release would be published when builds fail
1 parent 7ecf916 commit 57f19ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: '{branch}-{build}'
22

33
configuration:
44
- Debug
5-
- Release
6-
- Release_Lite
75
- Debug_Lite
6+
- Release_Lite
7+
- Release
88

99
skip_commits:
1010
files:
@@ -28,6 +28,9 @@ image: Visual Studio 2017
2828
before_build:
2929
- nuget restore
3030

31+
matrix:
32+
fast_finish: true
33+
3134
for:
3235
-
3336
matrix:

0 commit comments

Comments
 (0)