PowerToys/appveyor.yml

34 lines
728 B
YAML
Raw Normal View History

2015-02-09 21:34:29 +08:00
version: 1.2.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
2014-12-12 18:22:17 +08:00
assembly_info:
patch: true
file: AssemblyInfo.*
2015-11-04 11:24:41 +08:00
assembly_version: '{version}'
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:
project: Wox.sln
2014-12-12 18:22:17 +08:00
after_test:
2015-11-05 00:03:05 +08:00
- ps: >-
.\Deploy\UpdateGenerator\build.ps1
2015-11-05 00:03:05 +08:00
.\Deploy\Nuget\pack.ps1
2014-12-13 14:59:47 +08:00
artifacts:
- 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
artifact: nugetpackage
on:
branch: api