From a056ca42eec94112d54403ce74f8f8c89d53fef9 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Sun, 26 Apr 2026 16:11:13 -0400 Subject: [PATCH] [FA-misc] Hopefully fix build issues --- FictionArchive.API/build_gateway.py | 1 + .../FictionArchive.Service.NovelService.Tests.csproj | 2 +- .../FictionArchive.Service.ReportingService.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 @@ - +