We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc169a commit defc64bCopy full SHA for defc64b
checkout-codeql-test.csproj
@@ -11,6 +11,12 @@
11
<EmbedAllSources>true</EmbedAllSources>
12
<EnableSourceLink>true</EnableSourceLink>
13
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14
+ <Configuration>Release</Configuration>
15
</PropertyGroup>
16
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
+
22
</Project>
0 commit comments