We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bf073 commit 72782e4Copy full SHA for 72782e4
appveyor.yml
@@ -1,6 +1,10 @@
1
version: 1.0.{build}
2
+branches:
3
+ only:
4
+ - dev
5
skip_tags: true
-image: Visual Studio 2017
6
+skip_branch_with_pr: true
7
+image: Visual Studio 2022
8
configuration: Release
9
only_commits:
10
message: /#build/
@@ -16,3 +20,6 @@ deploy:
16
20
auth_token:
17
21
secure: kmYSrl7Mx/PFDGcyC5gS/vpW2UJCVguEXZsQ0LtkfwmSzx+3noZOyPrbZQ8uWX2B
18
22
artifact: deploy
23
+ prerelease: true
24
+ on:
25
+ branch: dev
0 commit comments