From 7471d531bf63028d50b152dab08802029afff38b Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Thu, 18 Apr 2024 09:58:57 -0500 Subject: [PATCH] Don't generate aspnet controllers for fsd --- fsdgen.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsdgen.bat b/fsdgen.bat index eb1d42e..55ff9fc 100644 --- a/fsdgen.bat +++ b/fsdgen.bat @@ -1,2 +1,2 @@ -fsdgencsharp .\fsd\OapApi.v1.fsd ./src/OAP/OapApi.v1.Client --namespace OapApi.v1.Client -fsdgenaspnet .\fsd\OapApi.v1.fsd ./src/OAP/OapApi.v1 --target core --namespace OapApi.v1 --apinamespace OapApi.v1.Client \ No newline at end of file +fsdgencsharp .\fsd\OapApi.v1.fsd ./src/OAP/OapApi.v1.Client --namespace OapApi.v1.Client +REM fsdgenaspnet .\fsd\OapApi.v1.fsd ./src/OAP/OapApi.v1 --target core --namespace OapApi.v1 --apinamespace OapApi.v1.Client \ No newline at end of file