Skip to content

Commit

Permalink
Add Github prerelease for stable master build
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed Apr 18, 2016
1 parent f1bbe25 commit 7f2445d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assembly_info:
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-beta.2-$(APPVEYOR_REPO_COMMIT)'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
Expand All @@ -29,3 +29,14 @@ deploy:
artifact: nuget_package
on:
branch: api
- provider: GitHub
description: 'Prerelease build'
auth_token:
# encriped using appveyor account -> encrypt data
secure: QWPF8at/Ber4dcTAtOVZd7kgbUii6GYrEFdJAKC6SaqmwMO9OAwkXccN2bqBAml9
artifact: /.*\.zip/
prerelease: true
on:
branch: master
# deploy on tag push only
appveyor_repo_tag: true

0 comments on commit 7f2445d

Please sign in to comment.