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…
x
Reference in New Issue
Block a user