Skip to content

Commit 045db87

Browse files
authored
Merge pull request #2324 from sharwell/artifacts
Add build artifacts to AppVeyor output
2 parents ea263d1 + b067d54 commit 045db87

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)