blob: c7f83e97abb559df1a15764bb2eae7a6e2b07e85 (
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: Yuescript.sln
parallel: true
verbosity: normal
test: off
|