ShareX/AppVeyor/appveyor.yml

13 lines
222 B
YAML
Raw Normal View History

2016-08-26 05:18:57 +12:00
version: 11.2.1.{build}
image: Visual Studio 2015
configuration:
- Release
- Debug
platform: Any CPU
shallow_clone: true
2016-08-26 06:24:21 +12:00
before_build:
- cmd: nuget restore
2016-08-26 05:18:57 +12:00
build:
project: ShareX.sln
parallel: true
verbosity: minimal