Skip to content

Commit

Permalink
fix(Create): change application tests path in solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Jan 15, 2024
1 parent 7b2e28f commit cd1266b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ await replaceFileContentWithProjectName(
search: "StarterProject",
projectName: projectName.ToPascalCase()
);
await replaceFileContentWithProjectName(
path: $"{Environment.CurrentDirectory}/{projectName.ToPascalCase()}.sln",
search: "StarterProject",
projectName: projectName.ToPascalCase()
);

await replaceFileContentWithProjectName(
path: $"{projectPath}/WebAPI/appsettings.json",
Expand Down

0 comments on commit cd1266b

Please sign in to comment.