Skip to content

Commit

Permalink
Relaxed nuget.cake wildcard (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
daguiler authored and donker committed Nov 22, 2019
1 parent 4c62b14 commit dbeb24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Cake/nuget.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Task("CreateNugetPackages")
.Does(() =>
{
//look for solutions and start building them
var nuspecFiles = GetFiles("./Build/Tools/NuGet/DotNetNuke.*.nuspec");
var nuspecFiles = GetFiles("./Build/Tools/NuGet/*.nuspec");
Information("Found {0} nuspec files.", nuspecFiles.Count);
Expand Down

0 comments on commit dbeb24c

Please sign in to comment.