mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
31 lines
726 B
YAML
31 lines
726 B
YAML
version: 1.3.{build}
|
|
os: Visual Studio 2015
|
|
configuration: Release
|
|
platform: Any CPU
|
|
assembly_info:
|
|
patch: true
|
|
file: AssemblyInfo.*
|
|
assembly_version: '{version}'
|
|
assembly_file_version: '{version}'
|
|
assembly_informational_version: '{version}'
|
|
before_build:
|
|
- ps: nuget restore
|
|
build:
|
|
project: Wox.sln
|
|
after_test:
|
|
artifacts:
|
|
- path: 'Output\Packages\Wox-*.zip'
|
|
name: zipped_binary
|
|
- path: 'Output\Packages\Wox.Plugin.*.nupkg'
|
|
name: nuget_package
|
|
- path: 'Output\Packages\Wox-*.*'
|
|
name: installer
|
|
- path: 'Output\Packages\RELEASES'
|
|
name: installer
|
|
deploy:
|
|
provider: NuGet
|
|
api_key:
|
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
|
artifact: nuget_package
|
|
on:
|
|
branch: api |