blob: 94125fd7ab28e3492d671142bcc3c64c443c3df7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2019
configuration:
- Debug
- Release
platform: x86
build:
project: MoonPlus.sln
parallel: true
verbosity: normal
test: off
|