Commit 5f950e0a authored by Kristian Hellang's avatar Kristian Hellang Committed by Haacked

VisualStudio: Include the packages/repositories.config file.

I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it...
parent 78b77feb
...@@ -89,6 +89,7 @@ publish/ ...@@ -89,6 +89,7 @@ publish/
# 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 line
#packages/ #packages/
!packages/repositories.config
# Windows Azure Build Output # Windows Azure Build Output
csx csx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment