PowerToys/appveyor.yml

32 lines
672 B
YAML
Raw Normal View History

2015-11-28 18:55:07 +08:00
version: 1.2.{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\nuget.ps1
.\Deploy\build-release.ps1
2014-12-13 14:59:47 +08:00
artifacts:
- path: 'Wox-*.zip'
name: release_binary
- path: '*.nupkg'
name: nuget_package
deploy:
- provider: NuGet
api_key:
2015-11-04 12:47:14 +08:00
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
artifact: nuget_package
on:
branch: api