We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea263d1 commit b067d54Copy full SHA for b067d54
1 file changed
appveyor.yml
@@ -17,3 +17,6 @@ test_script:
17
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
18
cache:
19
- packages -> **\packages.config
20
+artifacts:
21
+- path: 'StyleCop.Analyzers\**\*.vsix'
22
+- path: 'StyleCop.Analyzers\**\*.nupkg'
0 commit comments