We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea541ea commit f82e3b6Copy full SHA for f82e3b6
build.cake
@@ -162,6 +162,8 @@ Task("Upload-AppVeyor-Artifacts")
162
AppVeyor.UploadArtifact("build/GitVersionTfsTaskBuild/gittools.gitversion-" + semVersion + ".vsix");
163
AppVeyor.UploadArtifact("build/GitVersion_" + nugetVersion + ".zip");
164
AppVeyor.UploadArtifact("build/GemBuild/" + gem);
165
+ AppVeyor.UploadArtifact("releasenotes.md");
166
+ AppVeyor.UploadArtifact("build/artifacts");
167
});
168
169
0 commit comments