File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616[Bb ]in /
1717[Oo ]bj /
1818
19- # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
20- ! packages /* /build /
21-
2219# MSTest test Results
2320[Tt ]est [Rr ]esult * /
2421[Bb ]uild [Ll ]og. *
@@ -119,10 +116,14 @@ publish/
119116
120117# NuGet Packages Directory
121118# # TODO: If you have NuGet Package Restore enabled, uncomment the next line
122- # packages/
119+ # packages/*
123120# # TODO: If the tool you use requires repositories.config, also uncomment the next line
124121# !packages/repositories.config
125122
123+ # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
124+ # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
125+ ! packages /build /
126+
126127# Windows Azure Build Output
127128csx /
128129* .build.csdef
You can’t perform that action at this time.
0 commit comments