Skip to content

Commit 0ab1c7d

Browse files
authored
Merge pull request microsoft#1870 from mjcheetham/no-source-link
Directory.Build.props: don't include commit ID in version
2 parents f47a37a + a60e806 commit 0ab1c7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Directory.Build.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<!-- Define common properties that rely on SDK/props-defined properties -->
44
<PropertyGroup>
55
<Version>$(GVFSVersion)</Version>
6+
7+
<!--
8+
We parse this version into System.Version in several places;
9+
we should strip the commit ID from the attribute.
10+
-->
11+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
612
</PropertyGroup>
713

814
<!-- Include custom MSBuild targets/tasks -->

0 commit comments

Comments
 (0)