From d74cbcfd1352bdcf711479df8925c80613ce2984 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 21:12:33 +0100 Subject: [PATCH] appveyor plzzz --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b58db0b8..42bcbbfa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,6 @@ build_script: test_script: - run-tests.bat after_test: -- push-to-nuget.bat 1.0.%envappveyor_build_version%-rc1 %nugetApiKey% +- push-to-nuget.bat 1.0.%appveyor_build_version%-rc1 %nugetApiKey% cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file