Add MSI output for AppVeyor artifact list

This commit is contained in:
Damien Guard 2016-05-19 14:49:38 -07:00
parent defbe35783
commit f34e4b3b13

View File

@ -33,6 +33,8 @@ deploy: off
artifacts:
- path: out\**\AtomSetup.exe
name: AtomSetup.exe
- path: out\**\AtomSetup.msi
name: AtomSetup.msi
cache:
- '%USERPROFILE%\.atom\.apm'