From 01b9672eab4fef2d29fe583903d8970eff7f205f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 29 Jun 2019 16:08:36 +1200 Subject: [PATCH] Nuke this, as boilerplate is not yet open source. --- create-my-apis.cmd | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 create-my-apis.cmd diff --git a/create-my-apis.cmd b/create-my-apis.cmd deleted file mode 100644 index 553a8c9..0000000 --- a/create-my-apis.cmd +++ /dev/null @@ -1,5 +0,0 @@ -dotnet new ptml-micro-ddd --model-name SomeModel --name HealthChecks.ExampleCrud.SomeModelService --base-namespace HealthChecks.ExampleCrud --force - -dotnet sln ./HealthChecks.ExampleCrud.sln add ./HealthChecks.ExampleCrud.SomeModelService/HealthChecks.ExampleCrud.SomeModelService.csproj - -dotnet add ./Tests/HealthChecks.ExampleCrud.Tests/HealthChecks.ExampleCrud.Tests.csproj reference ./HealthChecks.ExampleCrud.SomeModelService/HealthChecks.ExampleCrud.SomeModelService.csproj \ No newline at end of file