Skip to content

Commit f82e3b6

Browse files
committed
Make sure release notes and artifacts file uploaded to appveyor
1 parent ea541ea commit f82e3b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ Task("Upload-AppVeyor-Artifacts")
162162
AppVeyor.UploadArtifact("build/GitVersionTfsTaskBuild/gittools.gitversion-" + semVersion + ".vsix");
163163
AppVeyor.UploadArtifact("build/GitVersion_" + nugetVersion + ".zip");
164164
AppVeyor.UploadArtifact("build/GemBuild/" + gem);
165+
AppVeyor.UploadArtifact("releasenotes.md");
166+
AppVeyor.UploadArtifact("build/artifacts");
165167
});
166168

167169

0 commit comments

Comments
 (0)