Skip to content

Commit

Permalink
Merge pull request #10141 from abpframework/maliming/cli-javascript
Browse files Browse the repository at this point in the history
Replace the JavaScript proxy script in the microservice.
  • Loading branch information
realLiangshiwei committed Sep 24, 2021
2 parents 5c42216 + fdb4b8f commit afb08d2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ public override void Execute(ProjectBuildContext context)
context.BuildArgs.SolutionName.ProjectName
).Run();

new SolutionRenamer(
context.Files,
"myCompanyName.myProjectName",
"MicroserviceName",
context.BuildArgs.SolutionName.CompanyName,
context.BuildArgs.SolutionName.ProjectName
).Run();

new SolutionRenamer(
context.Files,
null,
Expand Down

0 comments on commit afb08d2

Please sign in to comment.