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…
x
Reference in New Issue
Block a user