10 assignments to MSBuild property VersionSuffix
dotnet-fallbackfoldertool (1)
dotnet-fallbackfoldertool.csproj (1)
9<VersionSuffix></VersionSuffix>
dotnet-hello (1)
dotnet-hello.csproj (1)
7<VersionSuffix></VersionSuffix>
dotnet-prefercliruntime (1)
dotnet-prefercliruntime.csproj (1)
8<VersionSuffix></VersionSuffix>
MSBuildFiles (7)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\Version.BeforeCommonTargets.targets (7)
90<VersionSuffix/> 127<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == 'release'"/> 128<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == 'prerelease' and '$(SemanticVersioningV1)' != 'true'">$(_PreReleaseLabel).final</VersionSuffix> 129<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == 'prerelease' and '$(SemanticVersioningV1)' == 'true'">$(_PreReleaseLabel)-final</VersionSuffix> 130<VersionSuffix Condition="'$(DotNetFinalVersionKind)' == ''">$(_PreReleaseLabel)$(_BuildNumberLabels)</VersionSuffix> 138<VersionSuffix Condition="'$(BlockStable)' == 'true' or '$(SuppressFinalPackageVersion)' == 'true'">$(_PreReleaseLabel)$(_BuildNumberLabels)</VersionSuffix> 143<VersionSuffix Condition="'$(IsShippingPackage)' != 'true'">$(_PreReleaseLabel)$(_BuildNumberLabels)</VersionSuffix>
4 usages of MSBuild property VersionSuffix
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets (2)
16<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\Version.BeforeCommonTargets.targets (2)
167<Version Condition="'$(VersionSuffix)' != ''">$(Version)-$(VersionSuffix)</Version>