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 f82e3b6 commit fd34b7eCopy full SHA for fd34b7e
build.cake
@@ -162,7 +162,7 @@ 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");
+ AppVeyor.UploadArtifact("build/releasenotes.md");
166
AppVeyor.UploadArtifact("build/artifacts");
167
});
168
0 commit comments