fix ruby file

This commit is contained in:
Tommy Parnell
2015-05-07 23:34:27 -04:00
parent 54a19da4a8
commit aebc5f6634

View File

@@ -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