$(MSBuildProjectDirectory)\..\
$([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
$([System.IO.Path]::Combine($(ProjectDir), "packages.config"))
$([System.IO.Path]::Combine($(SolutionDir), "packages"))
$(SolutionDir).nuget
packages.config
$(SolutionDir)packages
$(NuGetToolsPath)\nuget.exe
"$(NuGetExePath)"
mono --runtime=v4.0.30319 $(NuGetExePath)
$(TargetDir.Trim('\\'))
"http://build.nzbdrone.com/guestAuth/app/nuget/v1/FeedService.svc";"https://nuget.org/api/v2/"
false
false
$(NuGetCommand) install "$(PackagesConfig)" -source $(PackageSources) -o "$(PackagesDir)"
$(NuGetCommand) pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols
RestorePackages;
$(BuildDependsOn);
$(BuildDependsOn);
BuildPackage;