Skip to content

Instantly share code, notes, and snippets.

View ChrisAnn's full-sized avatar
👩‍💻
codez, codez, codez

Chris ChrisAnn

👩‍💻
codez, codez, codez
View GitHub Profile

Keybase proof

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:

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