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:
bao-qian
2016-01-02 01:47:13 +00:00
parent 4fcb8d5540
commit 6404aac986
28 changed files with 20 additions and 808 deletions

View File

@@ -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