# HG changeset patch # User stevenhollidge # Date 1335779329 -3600 # Node ID d523381be45a3ae4cdf7a8c06b916d920ca7d3d4 # Parent 3c67e54e3a1723600e47f083bc2e9024ea444602 nuge restore added diff -r 3c67e54e3a17 -r d523381be45a Workflow/.nuget/NuGet.Config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Workflow/.nuget/NuGet.Config Mon Apr 30 10:48:49 2012 +0100 @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff -r 3c67e54e3a17 -r d523381be45a Workflow/.nuget/NuGet.exe Binary file Workflow/.nuget/NuGet.exe has changed diff -r 3c67e54e3a17 -r d523381be45a Workflow/.nuget/NuGet.targets --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Workflow/.nuget/NuGet.targets Mon Apr 30 10:48:49 2012 +0100 @@ -0,0 +1,71 @@ + + + + $(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('\\')) + + + "" + + + false + + + false + + + $(NuGetCommand) install "$(PackagesConfig)" -source $(PackageSources) -o "$(PackagesDir)" + $(NuGetCommand) pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols + + + + RestorePackages; + $(BuildDependsOn); + + + + + $(BuildDependsOn); + BuildPackage; + + + + + + + + + + + + + + + + + + + + \ No newline at end of file