From 692c9abdfa332f02d4ccc547e681762a91e0f77d Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 18 May 2015 20:33:54 -0400 Subject: [PATCH] fix config --- appveyor.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 24819c2..e04c6ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: 1.0.{build} +configuration: Release nuget: account_feed: true project_feed: true @@ -9,11 +10,18 @@ build: verbosity: normal before_build: - nuget restore - +assembly_info: + patch: true + file: '**\AssemblyInfo.*' + assembly_version: '{version}' + assembly_file_version: '{version}' + assembly_informational_version: '{version}' +nuget: + disable_publish_on_pr: true deploy: - provider: NuGet server: api_key: secure: fGNwXOtebe3kxu5SrB90CrbaCxVxuzuCQh3Ipcc0G/3cutoNZf7d7G6AaQ4fRv2l on: - branch: master \ No newline at end of file + branch: master