Skip to content

Commit 0a56611

Browse files
committed
Fixed deploy script
1 parent fb3c82a commit 0a56611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Task("DownloadGitHubReleaseArtifacts")
6767
// Have had missing artifacts before, lets fail early in that scenario
6868
if (!artifactLookup.ContainsKey("NuGetRefBuild")) { throw new Exception("NuGetRefBuild artifact missing"); }
6969
if (!artifactLookup.ContainsKey("NuGetCommandLineBuild")) { throw new Exception("NuGetCommandLineBuild artifact missing"); }
70-
if (!artifactLookup.ContainsKey("NuGetTaskBuild")) { throw new Exception("NuGetTaskBuild" artifact missing"); }
70+
if (!artifactLookup.ContainsKey("NuGetTaskBuild")) { throw new Exception("NuGetTaskBuild artifact missing"); }
7171
if (!artifactLookup.ContainsKey("NuGetExeBuild")) { throw new Exception("NuGetExeBuild artifact missing"); }
7272
if (!artifactLookup.ContainsKey("GemBuild")) { throw new Exception("GemBuild artifact missing"); }
7373
if (!artifactLookup.ContainsKey("GitVersionTfsTaskBuild")) { throw new Exception("GitVersionTfsTaskBuild artifact missing"); }

0 commit comments

Comments
 (0)