15 lines
209 B
YAML
15 lines
209 B
YAML
|
|
version: 1.0.{build}
|
||
|
|
branches:
|
||
|
|
only:
|
||
|
|
- configure_ci
|
||
|
|
configuration:
|
||
|
|
- Debug
|
||
|
|
- Release
|
||
|
|
platform:
|
||
|
|
- Win32
|
||
|
|
before_build:
|
||
|
|
- ps: nuget restore
|
||
|
|
build:
|
||
|
|
project: ./Kiwano.sln
|
||
|
|
parallel: true
|
||
|
|
verbosity: minimal
|