PowerToys/appveyor.yml

39 lines
824 B
YAML
Raw Normal View History

2016-05-09 10:49:40 +08:00
version: 1.3.{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}'
2016-05-09 10:42:32 +08:00
assembly_informational_version: '{version}'
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\nuget.ps1
.\Deploy\binary_zip.ps1
.\Deploy\squirrel_installer.ps1
2014-12-13 14:59:47 +08:00
artifacts:
- path: 'Wox-*.zip'
name: zipped_binary
- path: '*.nupkg'
name: nuget_package
- path: '\Releases\*.exe'
name: installer
- path: '\Releases\*.nupkg'
name: installer
2016-05-09 10:15:32 +08:00
- path: 'Releases\RELEASES'
name: installer
deploy:
provider: NuGet
api_key:
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
artifact: nuget_package
on:
branch: api