@@ -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 : |
0 commit comments