Skip to content

Commit

Permalink
try to make the GitVersionTask less noisy in its output (only for nor…
Browse files Browse the repository at this point in the history
…mal logging mode)
  • Loading branch information
bpkroth committed Oct 29, 2020
1 parent e5c2916 commit 112f811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/versions/Mlos.NetCore.Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<DisableGitVersionTask>true</DisableGitVersionTask>
<DisableGitVersionTask Condition="'$(PackageUsesGitVersionInfo)' == 'true'">false</DisableGitVersionTask>
<GitVersion_NoFetchEnabled>true</GitVersion_NoFetchEnabled>
<!-- Be less noisy -->
<WriteVersionInfoToBuildLog Condition="'$(WriteVersionInfoToBuildLog)' == ''">false</WriteVersionInfoToBuildLog>
<!--
<GetVersion>$(PackageUsesGitVersionInfo)</GetVersion>
<UpdateAssemblyInfo>$(PackageUsesGitVersionInfo)</UpdateAssemblyInfo>
Expand Down

0 comments on commit 112f811

Please sign in to comment.