I hereby claim:
- I am chrisann on github.
- I am chrisann (https://keybase.io/chrisann) on keybase.
- I have a public key ASAUYAT6jYqcl9ni1V1qBdNT1E8u9Hawb-NovYZXxJws5Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
require 'nokogiri' | |
require 'albacore' | |
desc "Download the NuGet.exe" | |
msbuild :download_nuget do |cmd| | |
cmd.solution = ".nuget/nuget.targets" | |
cmd.targets = [:CheckPrerequisites] | |
verbosity = :detailed | |
end |