Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Woodfine committed Sep 19, 2024
1 parent aa613e0 commit 07c56c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Task("Build")
.WithProperty("AssemblyVersion", version.AssemblySemFileVer)
.WithProperty("FileVersion", version.AssemblySemFileVer)
};
var projects = GetFiles("./src/**/*.csproj");
var projects = GetFiles("./**/**/*.csproj");
foreach(var project in projects )
{
Information($"Building {project.ToString()}");
Expand Down

0 comments on commit 07c56c8

Please sign in to comment.