2020-04-16 19:35:47 +09:30
|
|
|
image: Visual Studio 2017
|
|
|
|
build_script:
|
|
|
|
- cmd: dotnet restore
|
|
|
|
- cmd: dotnet pack SDL2-CS.csproj -c:Release --include-symbols /p:Version=%APPVEYOR_BUILD_VERSION%
|
|
|
|
test: off
|
2021-04-02 13:35:55 +09:00
|
|
|
version: 1.0.{build}-alpha
|
2020-04-16 19:35:47 +09:30
|
|
|
artifacts:
|
|
|
|
- path: 'bin\Release\*.nupkg'
|