Skip to content

Commit 74e446e

Browse files
committed
Paket/C#: Only pull in the tool restore targt via InitialTargets.
1 parent 1b22e08 commit 74e446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/before.CSharp.sln.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project InitialTargets="LocalToolRestore">
2-
<Target Name="LocalToolRestore" BeforeTargets="PaketRestore">
2+
<Target Name="LocalToolRestore">
33
<Message Text="Restoring tools" Importance="High" />
44
<Exec Command="dotnet tool restore" />
55
</Target>

0 commit comments

Comments
 (0)