mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
fea237a3ea
@ -1,5 +1,6 @@
|
|||||||
[![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/qianlifeng/wox) [![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases)
|
[![Gitter](https://badges.gitter.im/Wox-launcher/Wox.svg)](https://gitter.im/Wox-launcher/Wox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
[![Bountysource](https://www.bountysource.com/badge/team?team_id=39433&style=raised)](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised)
|
[![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/happlebao/wox)
|
||||||
|
[![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases)
|
||||||
[![Issue Stats](http://issuestats.com/github/Wox-launcher/Wox/badge/pr)](http://issuestats.com/github/Wox-launcher/Wox)
|
[![Issue Stats](http://issuestats.com/github/Wox-launcher/Wox/badge/pr)](http://issuestats.com/github/Wox-launcher/Wox)
|
||||||
|
|
||||||
=========
|
=========
|
||||||
|
13
appveyor.yml
13
appveyor.yml
@ -7,7 +7,7 @@ assembly_info:
|
|||||||
file: AssemblyInfo.*
|
file: AssemblyInfo.*
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '{version}-beta.2-$(APPVEYOR_REPO_COMMIT)'
|
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore
|
- ps: nuget restore
|
||||||
build:
|
build:
|
||||||
@ -29,3 +29,14 @@ deploy:
|
|||||||
artifact: nuget_package
|
artifact: nuget_package
|
||||||
on:
|
on:
|
||||||
branch: api
|
branch: api
|
||||||
|
- provider: GitHub
|
||||||
|
description: 'Prerelease from every stable master 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