FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Paket/C#: Only pull in the tool restore targt via `InitialTargets`. · github/codeql@74e446e · GitHub

/ codeql Public

Commit 74e446e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL