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