Add alpha suffix to release as prerelease package

This commit is contained in:
Dean Herbert 2021-04-02 13:35:55 +09:00
parent 186a34554d
commit a043e0bb33

View file

@ -3,6 +3,6 @@ build_script:
- cmd: dotnet restore
- cmd: dotnet pack SDL2-CS.csproj -c:Release --include-symbols /p:Version=%APPVEYOR_BUILD_VERSION%
test: off
version: 1.0.{build}
version: 1.0.{build}-alpha
artifacts:
- path: 'bin\Release\*.nupkg'