From aebc5f66349905f7cc46f227c35f65e9c9b960ff Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 7 May 2015 23:34:27 -0400 Subject: [PATCH] fix ruby file --- Rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 13afe3f..e8c8146 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -3,6 +3,6 @@ desc "Build the nuget packages" task :package do FileList["*.nuspec"].each do |spec| - sh "nuget pack #{spec} -Version %APPVEYOR_BUILD_VERSION%" + sh "nuget pack #{spec} -Version #{ENV["APPVEYOR_BUILD_VERSION"]}" end end \ No newline at end of file