|
42 | 42 | cd src/Templates/Boilerplate && dotnet build -c Release |
43 | 43 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
44 | 44 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
45 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --signalR --ads --api Standalone --redis |
| 45 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --signalR --ads --api Standalone --redis --multitenancy false |
46 | 46 | |
47 | 47 | - name: Use Bit.ResxTranslator |
48 | 48 | run: | |
|
95 | 95 | cd src/Templates/Boilerplate && dotnet build -c Release |
96 | 96 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
97 | 97 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
98 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads --api Standalone |
| 98 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads --api Standalone --multitenancy false |
99 | 99 | |
100 | 100 | - name: Use Bit.ResxTranslator |
101 | 101 | run: | |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | cd src/Templates/Boilerplate && dotnet build -c Release |
159 | 159 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
160 | 160 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
161 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --ads |
| 161 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --ads --multitenancy false |
162 | 162 |
|
163 | 163 | - name: Update core appsettings.json |
164 | 164 | uses: devops-actions/variable-substitution@ae7b1f3676ae374dc70282e6b9650bc50b611222 # v1.2 |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | cd src/Templates/Boilerplate && dotnet build -c Release |
208 | 208 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
209 | 209 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
210 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --signalR --ads |
| 210 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --signalR --ads --multitenancy false |
211 | 211 |
|
212 | 212 | - name: Update core appsettings.json |
213 | 213 | uses: devops-actions/variable-substitution@ae7b1f3676ae374dc70282e6b9650bc50b611222 # v1.2 |
@@ -261,7 +261,7 @@ jobs: |
261 | 261 | cd src/Templates/Boilerplate && dotnet build -c Release |
262 | 262 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
263 | 263 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
264 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --ads |
| 264 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --ads --multitenancy false |
265 | 265 |
|
266 | 266 | - name: Update core appsettings.json |
267 | 267 | uses: devops-actions/variable-substitution@ae7b1f3676ae374dc70282e6b9650bc50b611222 # v1.2 |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | cd src\Templates\Boilerplate && dotnet build -c Release |
315 | 315 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
316 | 316 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
317 | | - cd ..\..\..\ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --captcha reCaptcha --signalR --ads |
| 317 | + cd ..\..\..\ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --captcha reCaptcha --signalR --ads --multitenancy false |
318 | 318 | |
319 | 319 | - name: Use Bit.ResxTranslator |
320 | 320 | run: | |
@@ -376,7 +376,7 @@ jobs: |
376 | 376 | cd src/Templates/Boilerplate && dotnet build -c Release |
377 | 377 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
378 | 378 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
379 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads |
| 379 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads --multitenancy false |
380 | 380 | |
381 | 381 | - name: Extract Android signing key from env |
382 | 382 | uses: timheuer/base64-to-file@dfa5a5dd38803cb4f5c3a081eeb28e8362d43e9c # v2 |
@@ -477,7 +477,7 @@ jobs: |
477 | 477 | cd src/Templates/Boilerplate && dotnet build -c Release |
478 | 478 | dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0 |
479 | 479 | dotnet new install Bit.Boilerplate.0.0.0.nupkg |
480 | | - cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads |
| 480 | + cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --sentry --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --signalR --ads --multitenancy false |
481 | 481 | |
482 | 482 | - name: Use Bit.ResxTranslator |
483 | 483 | run: | |
|
0 commit comments