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:
parent
b2c694d792
commit
06a1300a2a
@ -97,8 +97,9 @@ publish/
|
|||||||
*.pubxml
|
*.pubxml
|
||||||
|
|
||||||
# NuGet Packages Directory
|
# 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/
|
#packages/
|
||||||
|
#!NuGet.exe
|
||||||
|
|
||||||
# Windows Azure Build Output
|
# Windows Azure Build Output
|
||||||
csx
|
csx
|
||||||
|
Loading…
Reference in New Issue
Block a user