File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Task("DownloadGitHubReleaseArtifacts")
67
67
// Have had missing artifacts before, lets fail early in that scenario
68
68
if ( ! artifactLookup . ContainsKey ( "NuGetRefBuild" ) ) { throw new Exception ( "NuGetRefBuild artifact missing" ) ; }
69
69
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" ) ; }
71
71
if ( ! artifactLookup . ContainsKey ( "NuGetExeBuild" ) ) { throw new Exception ( "NuGetExeBuild artifact missing" ) ; }
72
72
if ( ! artifactLookup . ContainsKey ( "GemBuild" ) ) { throw new Exception ( "GemBuild artifact missing" ) ; }
73
73
if ( ! artifactLookup . ContainsKey ( "GitVersionTfsTaskBuild" ) ) { throw new Exception ( "GitVersionTfsTaskBuild artifact missing" ) ; }
You can’t perform that action at this time.
0 commit comments