Skip to content

Commit 97b317a

Browse files
committed
VersionSuffix
1 parent 585e889 commit 97b317a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<When Condition=" '$(Prerelease)' != '' ">
1313
<PropertyGroup>
1414
<!-- Set the version to x.x.x.x-{Prerelease}-1{Build_BuildId} (this is same buildId as defined in the azure-pipelines.yml file). -->
15-
<Version>$(Prerelease)-1$(BUILD_BUILDID)</Version>
15+
<VersionSuffix>$(Prerelease)-1$(BUILD_BUILDID)</VersionSuffix>
1616
</PropertyGroup>
1717
</When>
1818
</Choose>

0 commit comments

Comments
 (0)