mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
21 lines
416 B
YAML
21 lines
416 B
YAML
version: 1.1.0
|
|
|
|
assembly_info:
|
|
patch: true
|
|
file: AssemblyInfo.*
|
|
assembly_version: "{version}"
|
|
assembly_file_version: "{version}"
|
|
assembly_informational_version: "{version}"
|
|
|
|
build:
|
|
project: Wox.sln
|
|
|
|
after_test:
|
|
ps: .\deploy\nuget\pack.ps1
|
|
|
|
deploy:
|
|
provider: NuGet
|
|
api_key:
|
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
|
artifact: /.*\.nupkg/
|