Skip to content

Commit 3087241

Browse files
committed
Merge branch 'next' of https://github.com/retailcoder/Rubberduck into next
2 parents 37a6e72 + dbb93c3 commit 3087241

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ artifacts:
120120
name: Rubberduck
121121
- path: Rubberduck.Deployment\bin\Rubberduck.CodeAnalysis.xml
122122
name: InspectionDocs
123+
- path: Rubberduck.Deployment\bin\Rubberduck.Parsing.xml
124+
name: AnnotationDocs
123125
- path: Rubberduck.Deployment\InnoSetup\Installers\*.hash
124126
name: InstallerHashes
125127
- path: Rubberduck_Coverage.xml
@@ -135,7 +137,7 @@ deploy:
135137
description: "Built with :heart: by AppVeyor CI on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)"
136138
auth_token:
137139
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
138-
artifact: Rubberduck, InspectionDocs, InstallerHashes
140+
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
139141
on:
140142
branch: master
141143
- provider: GitHub
@@ -146,7 +148,7 @@ deploy:
146148
description: "AppVeyor build on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)"
147149
auth_token:
148150
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
149-
artifact: Rubberduck, InspectionDocs, InstallerHashes
151+
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
150152
on:
151153
branch: next
152154

0 commit comments

Comments
 (0)