Magic_Game/appveyor.yml

19 lines
317 B
YAML
Raw Normal View History

2019-08-05 11:24:54 +08:00
version: 1.0.{build}
configuration:
- Debug
- Release
platform:
- Win32
before_build:
- ps: nuget restore
build:
project: ./Kiwano.sln
parallel: true
2019-08-05 12:32:05 +08:00
verbosity: minimal
notifications:
- provider: Email
to:
- 569629550@qq.com
on_build_success: false
on_build_failure: true
on_build_status_changed: true