File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
4747 }
4848}
4949else {
50- $packageVersionSuffix = " rc -$revision "
50+ $packageVersionSuffix = " pre -$revision "
5151 Write-Output " VERSION-SUFFIX: $packageVersionSuffix "
5252 Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix "
5353 dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $packageVersionSuffix
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <VersionPrefix >4.0 .0</VersionPrefix >
3+ <VersionPrefix >4.1 .0</VersionPrefix >
44 <TargetFramework >$(NetCoreAppVersion)</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments