Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit d31b14f

Browse files
authored
Merge pull request #59 from sharwell/appveyor-artifacts
Attach artifacts to the AppVeyor build
2 parents 7678ac8 + d78f538 commit d31b14f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ test_script:
1313
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
1414
cache:
1515
- packages -> **\packages.config
16+
artifacts:
17+
- path: 'AsyncUsageAnalyzers\**\*.vsix'
18+
- path: 'AsyncUsageAnalyzers\**\*.nupkg'

0 commit comments

Comments
 (0)