examples/appveyor.yml

12 строки
168 B
YAML
Исходник Постоянная ссылка Обычный вид История

2019-12-12 09:56:16 +03:00
image: Visual Studio 2019
2018-01-09 17:45:45 +03:00
configuration: Release
platform: Any CPU
before_build:
2019-03-14 13:29:19 +03:00
- nuget restore
2018-01-09 17:45:45 +03:00
build:
project: examples.sln
parallel: true
verbosity: minimal