Skip to content

Commit

Permalink
style: remove empty line from nuget publish targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamunii committed Aug 27, 2024
1 parent 621a2fd commit 6df5776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/PublishNuGet.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>

<Target Name="NuGetPublish" AfterTargets="CustomPublish">

<Exec
Command='dotnet nuget push $(OutputPath)*.nupkg --api-key $(NUGET_API_KEY) --source https://api.nuget.org/v3/index.json'
ConsoleToMSBuild="true"
Expand Down

0 comments on commit 6df5776

Please sign in to comment.