1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL2-CS.git synced 2025-01-12 09:55:38 +00:00
SDL2-CS/appveyor.yml
2021-04-02 13:35:55 +09:00

9 lines
245 B
YAML

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
version: 1.0.{build}-alpha
artifacts:
- path: 'bin\Release\*.nupkg'