diff --git a/FictionArchive.API/build_gateway.py b/FictionArchive.API/build_gateway.py index a345342..796746c 100644 --- a/FictionArchive.API/build_gateway.py +++ b/FictionArchive.API/build_gateway.py @@ -98,6 +98,7 @@ for svc in selected_services: # Export schema run([ "dotnet", "run", + "-c", "Release", "--no-build", "--no-launch-profile", "--", diff --git a/FictionArchive.Service.NovelService.Tests/FictionArchive.Service.NovelService.Tests.csproj b/FictionArchive.Service.NovelService.Tests/FictionArchive.Service.NovelService.Tests.csproj index 5bf6a8c..47dc7c4 100644 --- a/FictionArchive.Service.NovelService.Tests/FictionArchive.Service.NovelService.Tests.csproj +++ b/FictionArchive.Service.NovelService.Tests/FictionArchive.Service.NovelService.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/FictionArchive.Service.ReportingService.Tests/FictionArchive.Service.ReportingService.Tests.csproj b/FictionArchive.Service.ReportingService.Tests/FictionArchive.Service.ReportingService.Tests.csproj index 81228be..497239c 100644 --- a/FictionArchive.Service.ReportingService.Tests/FictionArchive.Service.ReportingService.Tests.csproj +++ b/FictionArchive.Service.ReportingService.Tests/FictionArchive.Service.ReportingService.Tests.csproj @@ -9,7 +9,7 @@ - +