We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbad7a commit d20ab59Copy full SHA for d20ab59
1 file changed
appveyor.yml
@@ -1,9 +1,5 @@
1
version: 1.0.{build}
2
-branches:
3
- only:
4
- - dev
5
skip_tags: true
6
-skip_branch_with_pr: true
7
image: Visual Studio 2022
8
configuration: Release
9
only_commits:
@@ -20,6 +16,3 @@ deploy:
20
16
auth_token:
21
17
secure: kmYSrl7Mx/PFDGcyC5gS/vpW2UJCVguEXZsQ0LtkfwmSzx+3noZOyPrbZQ8uWX2B
22
18
artifact: deploy
23
- prerelease: true
24
- on:
25
- branch: dev
0 commit comments