Skip to content

Commit

Permalink
(maint) Fix Chocolatey solution filter
Browse files Browse the repository at this point in the history
There was a typo in one of the projects used for the solution filter,
which causes all builds to fail when the filter is being used.

This commit fixes this by adding the missing 's' to the
project folder name.
  • Loading branch information
AdmiringWorm authored and gep13 committed Mar 14, 2023
1 parent f23ed88 commit 958247b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chocolatey-NuGet.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj",
"src\\NuGet.Core\\NuGet.Resolver\\NuGet.Resolver.csproj",
"src\\NuGet.Core\\NuGet.Versioning\\NuGet.Versioning.csproj",
"src\\NuGet.Core\\NuGet.Credential\\NuGet.Credentials.csproj",
"src\\NuGet.Core\\NuGet.Credentials\\NuGet.Credentials.csproj",
"src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj",
"test\\NuGet.Core.Tests\\NuGet.Commands.Test\\NuGet.Commands.Test.csproj",
"test\\NuGet.Core.Tests\\NuGet.Common.Test\\NuGet.Common.Test.csproj",
Expand All @@ -35,4 +35,4 @@
"test\\TestUtilities\\Test.Utility\\Test.Utility.csproj"
]
}
}
}

0 comments on commit 958247b

Please sign in to comment.