mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:25:34 +00:00
9 lines
239 B
YAML
9 lines
239 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}
|
|
artifacts:
|
|
- path: 'bin\Release\*.nupkg'
|