From 5ab0828d08cb5eed88eb3f0fec1dd4d7c102b20f Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 21:22:04 +0100 Subject: [PATCH] appveyor plzzz --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 42bcbbfa..69ddc117 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.%appveyor_build_version%-rc1 %nugetApiKey% +- push-to-nuget.bat %appveyor_build_version%-rc1 %nugetApiKey% cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file