Give Nupkg artifacts a name

This commit is contained in:
Antonio Scandurra
2016-08-08 16:32:27 +02:00
parent 61f4c9fceb
commit aa5ce7cf8c

View File

@@ -39,7 +39,10 @@ artifacts:
name: AtomSetup.msi
- path: out\RELEASES
name: RELEASES
- path: out\*.nupkg
- path: out\atom-*-delta.nupkg
name: atom-delta.nupkg
- path: out\atom-*-full.nupkg
name: atom-full.nupkg
cache:
- '%APPVEYOR_BUILD_FOLDER%\script\node_modules'