mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-05-07 01:02:09 +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 restore
|
||||||
- cmd: dotnet pack SDL2-CS.csproj -c:Release --include-symbols /p:Version=%APPVEYOR_BUILD_VERSION%
|
- cmd: dotnet pack SDL2-CS.csproj -c:Release --include-symbols /p:Version=%APPVEYOR_BUILD_VERSION%
|
||||||
test: off
|
test: off
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}-alpha
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'bin\Release\*.nupkg'
|
- path: 'bin\Release\*.nupkg'
|
||||||
|
|
Loading…
Reference in a new issue