Skip to content

Commit

Permalink
Switch to the dotnet global tool version of SL CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 14, 2024
1 parent b2a11fa commit cff07df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
It's possible that some manifests will need interactive sync, and we'll render the
messages in that case.
Note that since running this requires autosync=true, we can safely assume the user
has already run `gh sponsors [...] -autosync` at least once to turn it on. Otherwise,
has already run `sponsorlink [...] -autosync` at least once to turn it on. Otherwise,
this target won't run at all.
-->
<Exec Command="gh sponsors sync --local --unattended" StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Exec Command="sponsorlink 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 cff07df

Please sign in to comment.