File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ Task("DownloadGitHubReleaseArtifacts")
65
65
. ToDictionary ( v => v [ 0 ] , v => v [ 1 ] ) ;
66
66
67
67
// Have had missing artifacts before, lets fail early in that scenario
68
- if ( ! artifactLookup . ContainsKey ( "NuGetRefBuild" ) ) { throw new Exception ( "NuGetRefBuild" artifact missing) ; }
69
- if ( ! artifactLookup . ContainsKey ( "NuGetCommandLineBuild" ) ) { throw new Exception ( "NuGetCommandLineBuild" artifact missing) ; }
70
- if ( ! artifactLookup . ContainsKey ( "NuGetTaskBuild" ) ) { throw new Exception ( "NuGetTaskBuild" artifact missing) ; }
71
- if ( ! artifactLookup . ContainsKey ( "NuGetExeBuild" ) ) { throw new Exception ( "NuGetExeBuild" artifact missing) ; }
72
- if ( ! artifactLookup . ContainsKey ( "GemBuild" ) ) { throw new Exception ( "GemBuild" artifact missing) ; }
73
- if ( ! artifactLookup . ContainsKey ( "GitVersionTfsTaskBuild" ) ) { throw new Exception ( "GitVersionTfsTaskBuild" artifact missing) ; }
68
+ if ( ! artifactLookup . ContainsKey ( "NuGetRefBuild" ) ) { throw new Exception ( "NuGetRefBuild artifact missing" ) ; }
69
+ if ( ! artifactLookup . ContainsKey ( "NuGetCommandLineBuild" ) ) { throw new Exception ( "NuGetCommandLineBuild artifact missing" ) ; }
70
+ if ( ! artifactLookup . ContainsKey ( "NuGetTaskBuild" ) ) { throw new Exception ( "NuGetTaskBuild" artifact missing" ) ; }
71
+ if ( ! artifactLookup . ContainsKey ( "NuGetExeBuild" ) ) { throw new Exception ( "NuGetExeBuild artifact missing" ) ; }
72
+ if ( ! artifactLookup . ContainsKey ( "GemBuild" ) ) { throw new Exception ( "GemBuild artifact missing" ) ; }
73
+ if ( ! artifactLookup . ContainsKey ( "GitVersionTfsTaskBuild" ) ) { throw new Exception ( "GitVersionTfsTaskBuild artifact missing" ) ; }
74
74
} ) ;
75
75
76
76
Task ( "Publish-NuGetPackage" )
You can’t perform that action at this time.
0 commit comments