Skip to content

Commit

Permalink
fix cosmos builder not building
Browse files Browse the repository at this point in the history
  • Loading branch information
pleasenoban committed Aug 23, 2023
1 parent 4ab0b6b commit 723f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.Build.Builder/CosmosBuildDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void CleanPackage(string aPackage)
"Cosmos.Build.Tasks",
};

foreach (var task in PackProject(cosmosPackageProjects, new List<string>()))
foreach (var task in PackProject(cosmosPackageProjects, new List<string>(), new List<string>()))
{
yield return task;
}
Expand Down

0 comments on commit 723f36b

Please sign in to comment.