Skip to content

Commit 84630d8

Browse files
author
ENDAVA\mzorec
committed
Removes obsolete global tool project.
1 parent 740cfeb commit 84630d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/BuildScript/BuildScript.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)