1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

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.
This commit is contained in:
Herdy Handoko 2013-07-24 09:01:25 +08:00
parent b2c694d792
commit 06a1300a2a

View File

@ -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