PowerToys/appveyor.yml

37 lines
695 B
YAML
Raw Normal View History

2014-12-23 21:17:15 +08:00
version: 1.1.1.{build}
2014-12-12 18:22:17 +08:00
2014-12-12 18:59:44 +08:00
configuration:
Release
2014-12-12 18:22:17 +08:00
assembly_info:
2014-12-12 18:32:21 +08:00
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
2014-12-12 18:22:17 +08:00
build:
project: Wox.sln
after_test:
2014-12-22 22:54:05 +08:00
- ps: .\deploy\nuget\pack.ps1
2015-01-21 23:00:56 +08:00
- cmd: .\deploy\NAppUpdate\build.bat
2014-12-12 18:22:17 +08:00
deploy:
2014-12-12 18:32:21 +08:00
provider: NuGet
api_key:
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
2014-12-13 16:33:19 +08:00
artifact: nugetpackage
on:
branch: master
2014-12-13 14:59:47 +08:00
artifacts:
2014-12-13 16:33:19 +08:00
- path: Output\Release
name: release-binary
2014-12-13 16:47:17 +08:00
- path: '*.nupkg'
2014-12-13 16:33:19 +08:00
name: nugetpackage
2014-12-22 22:52:27 +08:00
2015-01-21 23:00:56 +08:00
- path: Output\Update
name: update-binary