msbuild based installer generation is not working in appveyor, not sure why

This commit is contained in:
bao-qian
2016-05-09 03:06:11 +01:00
parent 037ab02a71
commit bf1a65b8e8
2 changed files with 24 additions and 2 deletions

View File

@@ -17,10 +17,15 @@ after_test:
.\Deploy\nuget.ps1
.\Deploy\binary_zip.ps1
.\Deploy\squirrel_installer.ps1
artifacts:
- path: 'Wox-*.zip'
name: zipped_binary
- path: '*.nupkg'
name: nuget_package
- path: '\Output\Releases\Installer\*.*'
name: installer
- path: '\Releases\*.exe'
name: installer
- path: '\Releases\*.nupkg'
name: installer
- path: 'Releases\RELEASES'