Skip to content

Commit b166638

Browse files
authored
Merge pull request #1312 from Tankatronic/feature/allow-prerelease
#1150 Remove criteria preventing the download of prerelease versions …
2 parents 6d90d26 + 5ce8330 commit b166638

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)