2015-11-28 18:55:07 +08:00
|
|
|
version: 1.2.{build}
|
2015-11-04 08:12:40 +08:00
|
|
|
os: Visual Studio 2015
|
|
|
|
configuration: Release
|
|
|
|
platform: Any CPU
|
2014-12-12 18:22:17 +08:00
|
|
|
assembly_info:
|
2015-11-04 08:12:40 +08:00
|
|
|
patch: true
|
|
|
|
file: AssemblyInfo.*
|
2015-11-04 11:24:41 +08:00
|
|
|
assembly_version: '{version}'
|
2015-11-04 08:12:40 +08:00
|
|
|
assembly_file_version: '{version}'
|
2016-04-19 06:01:53 +08:00
|
|
|
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
|
2015-11-04 08:12:40 +08:00
|
|
|
before_build:
|
|
|
|
- ps: nuget restore
|
2014-12-12 18:22:17 +08:00
|
|
|
build:
|
2015-11-04 08:12:40 +08:00
|
|
|
project: Wox.sln
|
2014-12-12 18:22:17 +08:00
|
|
|
after_test:
|
2015-11-05 00:03:05 +08:00
|
|
|
- ps: >-
|
2016-01-02 09:47:13 +08:00
|
|
|
.\Deploy\nuget.ps1
|
|
|
|
|
|
|
|
.\Deploy\build-release.ps1
|
2014-12-13 14:59:47 +08:00
|
|
|
artifacts:
|
2016-01-02 09:47:13 +08:00
|
|
|
- path: 'Wox-*.zip'
|
|
|
|
name: release_binary
|
2015-11-04 08:12:40 +08:00
|
|
|
- path: '*.nupkg'
|
2016-01-02 09:47:13 +08:00
|
|
|
name: nuget_package
|
2015-11-04 08:12:40 +08:00
|
|
|
deploy:
|
|
|
|
- provider: NuGet
|
|
|
|
api_key:
|
2015-11-04 12:47:14 +08:00
|
|
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
2016-01-02 09:47:13 +08:00
|
|
|
artifact: nuget_package
|
2015-11-04 08:12:40 +08:00
|
|
|
on:
|
2015-11-05 00:07:46 +08:00
|
|
|
branch: api
|