From 79616e244334bebfe0e2743380674812c1b09f8e Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 21:07:58 +0100 Subject: [PATCH] appveyor plzzz --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index df092feb..b58db0b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ build_script: - build.bat test_script: - run-tests.bat -after_build: -- push-to-nuget.bat 1.0.{build}-rc1 {nugetApiKey} +after_test: +- push-to-nuget.bat 1.0.%envappveyor_build_version%-rc1 %nugetApiKey% cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file