2014-12-12 18:36:01 +08:00
|
|
|
version: 1.1.0.{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-12 18:32:21 +08:00
|
|
|
ps: .\deploy\nuget\pack.ps1
|
2014-12-12 18:22:17 +08:00
|
|
|
|
|
|
|
deploy:
|
2014-12-12 18:32:21 +08:00
|
|
|
provider: NuGet
|
|
|
|
api_key:
|
|
|
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
|
|
|
artifact: /.*\.nupkg/
|
2014-12-13 14:59:47 +08:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
path: Output\Release
|
|
|
|
name: release-binary
|