mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
update build script
1. remove update generator from build script 2. add build version to release binary file name 3. remove installer script from deploy folder
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -14,20 +14,18 @@ build:
|
||||
project: Wox.sln
|
||||
after_test:
|
||||
- ps: >-
|
||||
.\Deploy\UpdateGenerator\build.ps1
|
||||
|
||||
.\Deploy\Nuget\pack.ps1
|
||||
.\Deploy\nuget.ps1
|
||||
|
||||
.\Deploy\build-release.ps1
|
||||
artifacts:
|
||||
- path: Output\Release
|
||||
name: release-binary
|
||||
- path: 'Wox-*.zip'
|
||||
name: release_binary
|
||||
- path: '*.nupkg'
|
||||
name: nugetpackage
|
||||
- path: Output\Update
|
||||
name: update-binary
|
||||
name: nuget_package
|
||||
deploy:
|
||||
- provider: NuGet
|
||||
api_key:
|
||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||
artifact: nugetpackage
|
||||
artifact: nuget_package
|
||||
on:
|
||||
branch: api
|
||||
|
||||
Reference in New Issue
Block a user