Skip to content

Commit e0077c3

Browse files
committed
fixed handling of nuget packages
1 parent 07e4992 commit e0077c3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

VisualStudio.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ bld/
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
127128
csx/
128129
*.build.csdef

0 commit comments

Comments
 (0)