ShareX/AppVeyor/appveyor.yml
2016-08-25 21:24:21 +03:00

13 lines
No EOL
222 B
YAML

version: 11.2.1.{build}
image: Visual Studio 2015
configuration:
- Release
- Debug
platform: Any CPU
shallow_clone: true
before_build:
- cmd: nuget restore
build:
project: ShareX.sln
parallel: true
verbosity: minimal