We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e56f9 commit 63cae0bCopy full SHA for 63cae0b
Build.ps1
@@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
47
}
48
49
else {
50
- $packageVersionSuffix="beta1-$revision"
+ $packageVersionSuffix="rc-$revision"
51
Write-Output "VERSION-SUFFIX: $packageVersionSuffix"
52
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix"
53
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix
0 commit comments