зеркало из https://github.com/github/codeql.git
Paket/C#: Only pull in the tool restore targt via `InitialTargets`.
This commit is contained in:
Родитель
1b22e0879a
Коммит
74e446ea3b
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче