Skip to content

Commit b067d54

Browse files
committed
Add build artifacts to AppVeyor output
1 parent ea263d1 commit b067d54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ test_script:
1717
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
1818
cache:
1919
- packages -> **\packages.config
20+
artifacts:
21+
- path: 'StyleCop.Analyzers\**\*.vsix'
22+
- path: 'StyleCop.Analyzers\**\*.nupkg'

0 commit comments

Comments
 (0)