We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4079835 commit 2dad6d7Copy full SHA for 2dad6d7
Build.ps1
@@ -48,7 +48,7 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
48
}
49
50
Else {
51
- $packageVersionSuffix="alpha5-$revision"
+ $packageVersionSuffix="beta1-$revision"
52
Write-Output "VERSION-SUFFIX: $packageVersionSuffix"
53
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix"
54
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix
0 commit comments