From 06a1300a2a81258354b6eb7e89e029921f35c0cd Mon Sep 17 00:00:00 2001 From: Herdy Handoko Date: Wed, 24 Jul 2013 09:01:25 +0800 Subject: [PATCH] Include NuGet.exe for remote build / deployment. NuGet.exe is excluded by default based on the current ignore rule. This will break build task for services such as AppHarbor or Azure which rely on NuGet Package Restore (and the existence of NuGet.exe) for dependencies. --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..7c48b451 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -97,8 +97,9 @@ publish/ *.pubxml # NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line +## TODO: If you have NuGet Package Restore enabled, uncomment the next two lines #packages/ +#!NuGet.exe # Windows Azure Build Output csx