Skip to content

Commit 63cae0b

Browse files
author
Bart Koelman
authored
Updated package version prefix on cibuilds
1 parent e3e56f9 commit 63cae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
4747
}
4848
}
4949
else {
50-
$packageVersionSuffix="beta1-$revision"
50+
$packageVersionSuffix="rc-$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

0 commit comments

Comments
 (0)