5 assignments to MSBuild property _PreReleaseLabel
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Version.BeforeCommonTargets.targets (5)
111
<
_PreReleaseLabel
>$(PreReleaseVersionLabel)</_PreReleaseLabel>
112
<
_PreReleaseLabel
Condition="'$(SemanticVersioningV1)' != 'true' and '$(PreReleaseVersionIteration)' != ''">$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</_PreReleaseLabel>
113
<
_PreReleaseLabel
Condition="'$(SemanticVersioningV1)' == 'true'">$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)</_PreReleaseLabel>
114
<
_PreReleaseLabel
Condition="'$(ContinuousIntegrationBuild)' == 'true' and '$(OfficialBuild)' != 'true'">ci</_PreReleaseLabel>
115
<
_PreReleaseLabel
Condition="'$(ContinuousIntegrationBuild)' != 'true'">dev</_PreReleaseLabel>
5 usages of MSBuild property _PreReleaseLabel
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Version.BeforeCommonTargets.targets (5)
127
<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == 'prerelease' and '$(SemanticVersioningV1)' != 'true'">$(
_PreReleaseLabel
).final</VersionSuffix>
128
<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == 'prerelease' and '$(SemanticVersioningV1)' == 'true'">$(
_PreReleaseLabel
)-final</VersionSuffix>
129
<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == ''">$(
_PreReleaseLabel
)$(_BuildNumberLabels)</VersionSuffix>
137
<VersionSuffix Condition="'$(BlockStable)' == 'true' or '$(SuppressFinalPackageVersion)' == 'true'">$(
_PreReleaseLabel
)$(_BuildNumberLabels)</VersionSuffix>
142
<VersionSuffix Condition="'$(IsShippingPackage)' != 'true'">$(
_PreReleaseLabel
)$(_BuildNumberLabels)</VersionSuffix>