We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720aa7b commit cb883d9Copy full SHA for cb883d9
build/versions/Mlos.NetCore.Version.props
@@ -31,6 +31,7 @@
31
<DisableGitVersionTask>true</DisableGitVersionTask>
32
<DisableGitVersionTask Condition="'$(PackageUsesGitVersionInfo)' == 'true'">false</DisableGitVersionTask>
33
<GitVersion_NoFetchEnabled>true</GitVersion_NoFetchEnabled>
34
+ <WriteVersionInfoToBuildLog>false</WriteVersionInfoToBuildLog>
35
<!--
36
<GetVersion>$(PackageUsesGitVersionInfo)</GetVersion>
37
<UpdateAssemblyInfo>$(PackageUsesGitVersionInfo)</UpdateAssemblyInfo>
0 commit comments