Skip to content

Commit

Permalink
update cake script
Browse files Browse the repository at this point in the history
  • Loading branch information
prom3theu5 committed Jan 8, 2024
1 parent 169aa1a commit ddf6dd9
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 @@ -62,7 +62,7 @@ Task("Pack")
.WithCriteria(shouldPack)
.Does(() =>
{
DotNetPack("src/DapperGenerator/DapperGenerator.csproj",
DotNetPack("src/SimCube.DapperGenerator/SimCube.DapperGenerator.csproj",
new DotNetPackSettings()
{
NoBuild = true,
Expand Down

0 comments on commit ddf6dd9

Please sign in to comment.