Quasar/appveyor.yml

20 lines
247 B
YAML
Raw Normal View History

2015-05-13 15:48:51 +00:00
version: BUILD{build}
2018-09-08 07:41:59 +00:00
image: Visual Studio 2017
shallow_clone: true
2015-05-13 15:48:51 +00:00
configuration:
- Debug
- Release
2018-09-08 07:41:59 +00:00
before_build:
- nuget restore
2018-09-08 07:41:59 +00:00
2015-05-13 15:48:51 +00:00
build:
2015-08-19 18:01:23 +00:00
project: QuasarRAT.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