From 363cdbcafe3e7a174705894d808d752d593fa5ee Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sat, 8 Sep 2018 09:41:59 +0200 Subject: [PATCH] Update AppVeyor configuration --- README.md | 2 +- appveyor.yml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b158c06..f5d0cea4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 9a11f17f..d484f57d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file