Skip to content

Commit 5ce8330

Browse files
author
Justin Loveless
committed
#1150 Remove criteria preventing the download of prerelease versions of gitversion
1 parent 6d90d26 commit 5ce8330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy.cake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Task("Publish-Gem")
174174

175175
Task("Publish-VstsTask")
176176
.IsDependentOn("DownloadGitHubReleaseArtifacts")
177-
.WithCriteria(() => !tag.Contains("-")) // Do not release pre-release to VSTS
178177
.Does(() =>
179178
{
180179
var returnCode = StartProcess("cmd", new ProcessSettings

0 commit comments

Comments
 (0)