Skip to content

Commit defc64b

Browse files
committed
print out repo version
1 parent 4bc169a commit defc64b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

checkout-codeql-test.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<EmbedAllSources>true</EmbedAllSources>
1212
<EnableSourceLink>true</EnableSourceLink>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14+
<Configuration>Release</Configuration>
1415
</PropertyGroup>
1516

17+
<Target Name="PrintGitConfigVersions" BeforeTargets="Build">
18+
<Exec Command="echo core.repositoryformatversion:" ConsoleToMSBuild="true" />
19+
<Exec Command="git config --local core.repositoryformatversion" ConsoleToMSBuild="true" />
20+
</Target>
21+
1622
</Project>

0 commit comments

Comments
 (0)