File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ Task("DownloadGitHubReleaseArtifacts")
8484 if ( ! artifactLookup . ContainsKey ( "NuGetExeDotNetCoreBuild" ) ) { throw new Exception ( "NuGetExeDotNetCoreBuild artifact missing" ) ; }
8585 if ( ! artifactLookup . ContainsKey ( "NuGetTaskBuild" ) ) { throw new Exception ( "NuGetTaskBuild artifact missing" ) ; }
8686 if ( ! artifactLookup . ContainsKey ( "NuGetExeBuild" ) ) { throw new Exception ( "NuGetExeBuild artifact missing" ) ; }
87- if ( ! artifactLookup . ContainsKey ( "GemBuild" ) ) { throw new Exception ( "GemBuild artifact missing" ) ; }
88- if ( ! artifactLookup . ContainsKey ( "GitVersionTfsTaskBuild" ) ) { throw new Exception ( "GitVersionTfsTaskBuild artifact missing" ) ; }
87+ // if (!artifactLookup.ContainsKey("GemBuild")) { throw new Exception("GemBuild artifact missing"); }
88+ // if (!artifactLookup.ContainsKey("GitVersionTfsTaskBuild")) { throw new Exception("GitVersionTfsTaskBuild artifact missing"); }
8989 if ( ! artifactLookup . ContainsKey ( "zip" ) ) { throw new Exception ( "zip artifact missing" ) ; }
9090 if ( ! artifactLookup . ContainsKey ( "zip-dotnetcore" ) ) { throw new Exception ( "zip-dotnetcore artifact missing" ) ; }
9191 } ) ;
You can’t perform that action at this time.
0 commit comments