File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -199,11 +199,6 @@ private void PublishNuGetPackage(ITaskContext context)
199199 . ServerUrl ( "https://www.nuget.org/api/v2/package" )
200200 . ApiKey ( NugetApiKey ) . Execute ( context ) ;
201201
202- context . CoreTasks ( ) . NugetPush ( Output . CombineWith ( $ "FlubuCore.GlobalTool.{ nugetVersion } .nupkg") )
203- . DoNotFailOnError ( e => { Console . WriteLine ( $ "Failed to publish FlubuCore.GlobalTool. exception: { e . Message } ") ; } )
204- . ServerUrl ( "https://www.nuget.org/api/v2/package" )
205- . ApiKey ( NugetApiKey ) . Execute ( context ) ;
206-
207202 context . CoreTasks ( ) . NugetPush ( Output . CombineWith ( "FlubuCore.Analyzers.1.0.4.nupkg" ) )
208203 . DoNotFailOnError ( e => { Console . WriteLine ( $ "Failed to publish FlubuCore.Analyzer. exception: { e . Message } ") ; } )
209204 . ServerUrl ( "https://www.nuget.org/api/v2/package" )
You can’t perform that action at this time.
0 commit comments