Ryujinx-SDL2-CS/appveyor.yml

9 lines
245 B
YAML
Raw Normal View History

2023-03-08 09:59:00 +01:00
image: Visual Studio 2022
2020-04-16 12:05:47 +02:00
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
2020-04-16 12:05:47 +02:00
artifacts:
- path: 'bin\Release\*.nupkg'