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.
2 parents 6d90d26 + 5ce8330 commit b166638Copy full SHA for b166638
deploy.cake
@@ -174,7 +174,6 @@ Task("Publish-Gem")
174
175
Task("Publish-VstsTask")
176
.IsDependentOn("DownloadGitHubReleaseArtifacts")
177
- .WithCriteria(() => !tag.Contains("-")) // Do not release pre-release to VSTS
178
.Does(() =>
179
{
180
var returnCode = StartProcess("cmd", new ProcessSettings
0 commit comments