Skip to content

Commit

Permalink
Paket/C#: Only pull in the tool restore targt via InitialTargets.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed May 16, 2024
1 parent 1b22e08 commit 74e446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/before.CSharp.sln.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project InitialTargets="LocalToolRestore">
<Target Name="LocalToolRestore" BeforeTargets="PaketRestore">
<Target Name="LocalToolRestore">
<Message Text="Restoring tools" Importance="High" />
<Exec Command="dotnet tool restore" />
</Target>
Expand Down

0 comments on commit 74e446e

Please sign in to comment.