Skip to content

Commit

Permalink
Merge branch 'ci/restore-gitversion-normalization' into 'main'
Browse files Browse the repository at this point in the history
Restore GitVersion normalization

See merge request Sharpmake/sharpmake!376
  • Loading branch information
jspelletier committed Apr 12, 2023
2 parents 3bc9a58 + a4f85b0 commit bb553aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<PackageReadmeFile>README.md</PackageReadmeFile>

<!-- GitVersion -->
<GitVersion_NoNormalizeEnabled>true</GitVersion_NoNormalizeEnabled>
<GitVersion_NoFetchEnabled >true</GitVersion_NoFetchEnabled >
<GitVersion_NoNormalizeEnabled>false</GitVersion_NoNormalizeEnabled>
<GitVersion_CommandLineArguments Condition="$(ContinuousIntegrationBuild) == 'true'">-output buildserver</GitVersion_CommandLineArguments>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bb553aa

Please sign in to comment.