We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585e889 commit 97b317aCopy full SHA for 97b317a
1 file changed
Directory.Build.props
@@ -12,7 +12,7 @@
12
<When Condition=" '$(Prerelease)' != '' ">
13
<PropertyGroup>
14
<!-- 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>
+ <VersionSuffix>$(Prerelease)-1$(BUILD_BUILDID)</VersionSuffix>
16
</PropertyGroup>
17
</When>
18
</Choose>
0 commit comments