Update AppVeyor configuration

This commit is contained in:
MaxXor 2018-09-08 09:41:59 +02:00
parent 0a35fe3375
commit 363cdbcafe
2 changed files with 8 additions and 3 deletions

View File

@ -43,7 +43,7 @@ Quasar is a fast and light-weight remote administration tool coded in C#. Provid
* Windows 10
## Compiling
Open the project in Visual Studio 2015+ and click build. See below which build configuration to choose.
Open the project in Visual Studio 2017+ and click build. See below which build configuration to choose.
## Building a client
| Build configuration | Usage scenario | Description

View File

@ -1,15 +1,20 @@
version: BUILD{build}
skip_tags: true
image: Visual Studio 2017
shallow_clone: true
configuration:
- Debug
- Release
shallow_clone: true
before_build:
- nuget restore
build:
project: QuasarRAT.sln
parallel: true
verbosity: minimal
artifacts:
- path: Bin
name: binaries