mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 17:55:36 +00:00
Add appveyor.yml
This commit is contained in:
parent
19be86c467
commit
ad755967f3
8
appveyor.yml
Normal file
8
appveyor.yml
Normal 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'
|
Loading…
Reference in a new issue