Skip to content

Commit

Permalink
Remove dotnet tool restore MSBuild step
Browse files Browse the repository at this point in the history
  • Loading branch information
austins committed Nov 18, 2023
1 parent 02417d9 commit c2a820e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DiscordTranslationBot/DiscordTranslationBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1"/>
<PackageReference Include="Unicode.net" Version="2.0.0"/>
</ItemGroup>

<Target Name="RestoreTools" BeforeTargets="Build">
<Exec Command="dotnet tool restore"/>
</Target>
</Project>

0 comments on commit c2a820e

Please sign in to comment.