Add appveyor.yml

This commit is contained in:
Shane Woolcock 2020-04-16 19:35:47 +09:30
parent 19be86c467
commit ad755967f3

8
appveyor.yml Normal file
View file

@ -0,0 +1,8 @@
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'