mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Add Github prerelease for stable master build
This commit is contained in:
parent
2a32f8f681
commit
273a7d82a2
13
appveyor.yml
13
appveyor.yml
@ -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:
|
||||
@ -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
|
Loading…
Reference in New Issue
Block a user