Skip to content

Commit

Permalink
- Modified appveyor.yml script for branch prerelease-v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Dec 15, 2017
1 parent 867ca9c commit f2030f6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 1.4.{build}
# branches to build
branches:
only:
- master
- prerelease-v1.4

# Do not build on tags (GitHub and BitBucket)
skip_tags: true
Expand Down Expand Up @@ -99,16 +99,14 @@ deploy:

# Deploy to GitHub Releases
- provider: GitHub
#tag: v$(APPVEYOR_BUILD_VERSION)-win32
tag: v$(PRODUCT_VERSION)-win32
#release: bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
release: bin2cpp-v$(PRODUCT_VERSION)-win32
tag: v$(APPVEYOR_BUILD_VERSION)-win32
release: bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
description: Latest successful AppVeyor CI builds of branch '$(APPVEYOR_REPO_BRANCH)', commit $(APPVEYOR_REPO_COMMIT)
auth_token:
secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
artifact: /(.*\.zip|.*\.exe)/
draft: true
prerelease: true
draft: false
prerelease: false
force_update: true

#---------------------------------#
Expand Down

0 comments on commit f2030f6

Please sign in to comment.