Skip to content

Commit af8ba70

Browse files
committed
fix
1 parent 1843ff7 commit af8ba70

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

.github/workflows/bit.full.ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -215,27 +215,27 @@ jobs:
215215
- name: Install Android Sdk platform tools
216216
run: ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT "platform-tools"
217217

218-
- name: Build backend setup options
219-
run: |
220-
dotnet new bit-bp --name TestStandalone --api Standalone
221-
cd TestStandalone/src/Server/TestStandalone.Server.Api/
222-
dotnet build
223-
cd ../
224-
cd TestStandalone.Server.Web/
225-
dotnet build
226-
cd ../../../../
227-
rm -r "TestStandalone"
228-
dotnet new bit-bp --name TestIntegrated --api Integrated
229-
cd TestIntegrated/src/Server/TestIntegrated.Server.Web/
230-
dotnet build
231-
cd ../../../../
232-
rm -r "TestIntegrated"
233-
234-
- name: Build sample configuration 1
235-
run: |
236-
dotnet new bit-bp --name TestProject --database SqlServer --filesStorage AzureBlobStorage --api Integrated --captcha reCaptcha --pipeline Azure --module Admin --offlineDb --appInsights --sentry --signalR --notification --cloudflare --ads --aspire --redis
237-
dotnet build TestProject/TestProject.sln -p:InvariantGlobalization=false -p:Environment=Staging
238-
rm -r "TestProject"
218+
# - name: Build backend setup options
219+
# run: |
220+
# dotnet new bit-bp --name TestStandalone --api Standalone
221+
# cd TestStandalone/src/Server/TestStandalone.Server.Api/
222+
# dotnet build
223+
# cd ../
224+
# cd TestStandalone.Server.Web/
225+
# dotnet build
226+
# cd ../../../../
227+
# rm -r "TestStandalone"
228+
# dotnet new bit-bp --name TestIntegrated --api Integrated
229+
# cd TestIntegrated/src/Server/TestIntegrated.Server.Web/
230+
# dotnet build
231+
# cd ../../../../
232+
# rm -r "TestIntegrated"
233+
234+
# - name: Build sample configuration 1
235+
# run: |
236+
# dotnet new bit-bp --name TestProject --database SqlServer --filesStorage AzureBlobStorage --api Integrated --captcha reCaptcha --pipeline Azure --module Admin --offlineDb --appInsights --sentry --signalR --notification --cloudflare --ads --aspire --redis
237+
# dotnet build TestProject/TestProject.sln -p:InvariantGlobalization=false -p:Environment=Staging
238+
# rm -r "TestProject"
239239

240240
- name: Build sample configuration 2
241241
run: |

src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api/Features/Diagnostics/DiagnosticsController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//#endif
77
using Boilerplate.Server.Api.Features.Identity.Models;
88
using Boilerplate.Shared.Features.Diagnostics;
9+
//#if (signalR == true || notification == true)
910
using Boilerplate.Server.Api.Features.PushNotification;
11+
//#endif
1012

1113
namespace Boilerplate.Server.Api.Features.Diagnostics;
1214

0 commit comments

Comments
 (0)