Skip to content

Commit 2dad6d7

Browse files
author
Bart Koelman
committed
Keep changed build name
1 parent 4079835 commit 2dad6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
4848
}
4949
}
5050
Else {
51-
$packageVersionSuffix="alpha5-$revision"
51+
$packageVersionSuffix="beta1-$revision"
5252
Write-Output "VERSION-SUFFIX: $packageVersionSuffix"
5353
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix"
5454
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix

0 commit comments

Comments
 (0)