From d7ad6df582b48726870eeb80b2aef5c88f7b8860 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sat, 21 Jan 2017 10:07:06 +0000 Subject: [PATCH] removed rc1 status as all dependencies out of pre --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 69ddc117..83110722 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,6 @@ build_script: test_script: - run-tests.bat after_test: -- push-to-nuget.bat %appveyor_build_version%-rc1 %nugetApiKey% +- push-to-nuget.bat %appveyor_build_version% %nugetApiKey% cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file