From c9cfea042dc9362aaa5e8bb785df9ead4a2add2e Mon Sep 17 00:00:00 2001 From: Ricky C Date: Sun, 12 Mar 2017 10:47:49 -0700 Subject: [PATCH] Some small tweaks to the appveyor config. --- .appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index f2c5783f..e49ee93d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,6 +8,12 @@ image: Visual Studio 2015 configuration: Release +pull_requests: + do_not_increment_build_number: true + +nuget: + disable_publish_on_pr: true + build: project: LibreMetaverse.sln parallel: true @@ -17,6 +23,7 @@ build: cache: - packages -> **\packages.config + - '%LocalAppData%\NuGet\Cache' assembly_info: patch: true