2015-02-09 21:34:29 +08:00
|
|
|
version: 1.2.0.{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}'
|
|
|
|
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
|
|
|
|
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
|
|
|
|
after_build:
|
2015-11-04 11:24:41 +08:00
|
|
|
- ps: .\Deploy\UpdateGenerator\build.ps1
|
2014-12-12 18:22:17 +08:00
|
|
|
after_test:
|
2015-11-04 09:21:51 +08:00
|
|
|
- ps: .\Deploy\Nuget\pack.ps1
|
2014-12-13 14:59:47 +08:00
|
|
|
artifacts:
|
2015-11-04 08:12:40 +08:00
|
|
|
- path: Output\Release
|
|
|
|
name: release-binary
|
|
|
|
- path: '*.nupkg'
|
|
|
|
name: nugetpackage
|
|
|
|
- path: Output\Update
|
|
|
|
name: update-binary
|
|
|
|
deploy:
|
|
|
|
- provider: NuGet
|
|
|
|
api_key:
|
2015-11-04 12:47:14 +08:00
|
|
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
2015-11-04 08:12:40 +08:00
|
|
|
artifact: nugetpackage
|
|
|
|
on:
|
2015-11-05 00:07:46 +08:00
|
|
|
branch: api
|