This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 122122 <_AspNetCoreAllTargetFrameworkVersion >$(_NETCoreAppTargetFrameworkVersion)</_AspNetCoreAllTargetFrameworkVersion >
123123 <_AspNetCoreAppTargetFrameworkVersion >$(_AspNetCoreAllTargetFrameworkVersion)</_AspNetCoreAppTargetFrameworkVersion >
124124
125- <_NETCoreSdkIsPreview Condition =" '$(DropSuffix)' == ' ' " >true</_NETCoreSdkIsPreview >
125+ <_NETCoreSdkIsPreview Condition =" '$(DropSuffix)' != 'true ' " >true</_NETCoreSdkIsPreview >
126126 </PropertyGroup >
127127
128128 <ItemGroup >
Original file line number Diff line number Diff line change 99 <CliVersionNoSuffix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</CliVersionNoSuffix >
1010 <CliVersionPrefix >$(CliVersionNoSuffix)-$(ReleaseSuffix)</CliVersionPrefix >
1111 <CliBrandingVersion >$(CliVersionNoSuffix) - $(ReleaseSuffix)</CliBrandingVersion >
12- <SimpleVersion Condition =" '$(DropSuffix)' == ' ' " >$(CliVersionNoSuffix).$(CommitCount)</SimpleVersion >
12+ <SimpleVersion Condition =" '$(DropSuffix)' != 'true ' " >$(CliVersionNoSuffix).$(CommitCount)</SimpleVersion >
1313 <SimpleVersion Condition =" '$(SimpleVersion)' == '' " >$(CliVersionNoSuffix)</SimpleVersion >
1414
15- <VersionSuffix Condition =" '$(DropSuffix)' == ' ' " >$(ReleaseSuffix)-$(CommitCount)</VersionSuffix >
15+ <VersionSuffix Condition =" '$(DropSuffix)' != 'true ' " >$(ReleaseSuffix)-$(CommitCount)</VersionSuffix >
1616
1717 <FullNugetVersion >$(CliVersionNoSuffix)-$(ReleaseSuffix)-$(CommitCount)</FullNugetVersion >
1818
19- <NugetVersion Condition =" '$(DropSuffix)' == ' ' " >$(FullNugetVersion)</NugetVersion >
19+ <NugetVersion Condition =" '$(DropSuffix)' != 'true ' " >$(FullNugetVersion)</NugetVersion >
2020 <NugetVersion Condition =" '$(NugetVersion)' == '' " >$(CliVersionNoSuffix)</NugetVersion >
2121
2222 <SdkVersion >$(NugetVersion)</SdkVersion >
You can’t perform that action at this time.
0 commit comments