Skip to content

Commit

Permalink
Disabled failing deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Aug 21, 2018
1 parent 08f23f6 commit 8b302e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy.cake
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ Task("Publish-DockerImage")


Task("Deploy")
.IsDependentOn("Publish-NuGetPackage")
// .IsDependentOn("Publish-NuGetPackage")
.IsDependentOn("Publish-NuGetCommandLine")
.IsDependentOn("Publish-MsBuildTask")
.IsDependentOn("Publish-Chocolatey")
// .IsDependentOn("Publish-Gem")
.IsDependentOn("Publish-VstsTask")
// .IsDependentOn("Publish-Chocolatey")
// .IsDependentOn("Publish-Gem")
// .IsDependentOn("Publish-VstsTask")
.IsDependentOn("Publish-DockerImage")
.Finally(() =>
{
Expand Down

0 comments on commit 8b302e1

Please sign in to comment.