2015-05-13 15:48:51 +00:00
|
|
|
version: BUILD{build}
|
2018-09-08 07:41:59 +00:00
|
|
|
|
2020-05-19 19:03:21 +00:00
|
|
|
image: Visual Studio 2019
|
2018-09-08 07:41:59 +00:00
|
|
|
shallow_clone: true
|
|
|
|
|
2015-05-13 15:48:51 +00:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
2018-09-08 07:41:59 +00:00
|
|
|
|
2018-08-16 19:06:44 +00:00
|
|
|
before_build:
|
|
|
|
- nuget restore
|
2018-09-08 07:41:59 +00:00
|
|
|
|
2015-05-13 15:48:51 +00:00
|
|
|
build:
|
2020-06-05 15:36:32 +00:00
|
|
|
project: Quasar.sln
|
2015-05-13 15:48:51 +00:00
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|
2018-09-08 07:41:59 +00:00
|
|
|
|
2015-05-13 15:48:51 +00:00
|
|
|
artifacts:
|
|
|
|
- path: Bin
|
|
|
|
name: binaries
|