$(MSBuildProjectDirectory)\..\
true
false
false
true
$([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
$([System.IO.Path]::Combine($(ProjectDir), "packages.config"))
$(SolutionDir).nuget
packages.config
$(NuGetToolsPath)\nuget.exe
@(PackageSource)
"$(NuGetExePath)"
mono --runtime=v4.0.30319 $(NuGetExePath)
$(TargetDir.Trim('\\'))
-RequireConsent
$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(RequireConsentSwitch) -solutionDir "$(SolutionDir) "
$(NuGetCommand) pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols
RestorePackages;
$(ResolveReferencesDependsOn);
$(BuildDependsOn);
BuildPackage;