mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Paket/C#: Only pull in the tool restore targt via InitialTargets.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user