mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 15:35:29 +00:00
Add alpha suffix to release as prerelease package
This commit is contained in:
parent
186a34554d
commit
a043e0bb33
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue