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