Skip to content

Commit e825aee

Browse files
committed
add Microsoft.Build.Tasks.Git
1 parent 8798dd9 commit e825aee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

checkout-codeql-test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18+
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
19+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20+
<PrivateAssets>all</PrivateAssets>
21+
</PackageReference>
1822
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
1923
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2024
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)