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")
84
84
if ( ! artifactLookup . ContainsKey ( "NuGetExeDotNetCoreBuild" ) ) { throw new Exception ( "NuGetExeDotNetCoreBuild artifact missing" ) ; }
85
85
if ( ! artifactLookup . ContainsKey ( "NuGetTaskBuild" ) ) { throw new Exception ( "NuGetTaskBuild artifact missing" ) ; }
86
86
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"); }
89
89
if ( ! artifactLookup . ContainsKey ( "zip" ) ) { throw new Exception ( "zip artifact missing" ) ; }
90
90
if ( ! artifactLookup . ContainsKey ( "zip-dotnetcore" ) ) { throw new Exception ( "zip-dotnetcore artifact missing" ) ; }
91
91
} ) ;
You can’t perform that action at this time.
0 commit comments