mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 20:35:35 +00:00
10 lines
183 B
YAML
10 lines
183 B
YAML
image: Visual Studio 2017
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
build_script:
|
|
- cmd: build.cmd NuGet
|
|
test: off
|
|
version: 0.0.1.{build}
|
|
artifacts:
|
|
- path: 'bin\*.nupkg'
|