Skip to content

Commit

Permalink
Switch to renamed sponsorlink > sponsor
Browse files Browse the repository at this point in the history
The global tool is dotnet-sponsor now.
  • Loading branch information
kzu committed Jun 14, 2024
1 parent cff07df commit d5efe5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
has already run `sponsorlink [...] -autosync` at least once to turn it on. Otherwise,
this target won't run at all.
-->
<Exec Command="sponsorlink sync --local --unattended" StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Exec Command="sponsor sync --local --unattended" StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Output TaskParameter="ExitCode" PropertyName="SponsorsExitCode" />
<Output TaskParameter="ConsoleOutput" PropertyName="SponsorsOutput" />
</Exec>
Expand Down

0 comments on commit d5efe5e

Please sign in to comment.