Skip to content

Commit 72782e4

Browse files
committed
test dev builds
1 parent 60bf073 commit 72782e4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 1.0.{build}
2+
branches:
3+
only:
4+
- dev
25
skip_tags: true
3-
image: Visual Studio 2017
6+
skip_branch_with_pr: true
7+
image: Visual Studio 2022
48
configuration: Release
59
only_commits:
610
message: /#build/
@@ -16,3 +20,6 @@ deploy:
1620
auth_token:
1721
secure: kmYSrl7Mx/PFDGcyC5gS/vpW2UJCVguEXZsQ0LtkfwmSzx+3noZOyPrbZQ8uWX2B
1822
artifact: deploy
23+
prerelease: true
24+
on:
25+
branch: dev

0 commit comments

Comments
 (0)