Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jul 5, 2024
1 parent f7b63c6 commit 0713024
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json, AdminPanel/src/AdminPanel.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'AdminPanel\src\Client\AdminPanel.Client.Core\appsettings.json'
files: 'AdminPanel\src\Client\AdminPanel.Client.Core\appsettings.json, AdminPanel\src\AdminPanel.Shared\appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
WindowsUpdateSettings.FilesUrl: https://windows-adminpanel.bitplatform.dev
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json, AdminPanel/src/AdminPanel.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json'
files: 'AdminPanel/src/Client/AdminPanel.Client.Core/appsettings.json, AdminPanel/src/AdminPanel.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json, TodoSample/src/TodoSample.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'TodoSample\src\Client\TodoSample.Client.Core\appsettings.json'
files: 'TodoSample\src\Client\TodoSample.Client.Core\appsettings.json, TodoSample\src\TodoSample.Shared\appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
WindowsUpdateSettings.FilesUrl: https://windows-todo.bitplatform.dev
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json, TodoSample/src/TodoSample.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json'
files: 'TodoSample/src/Client/TodoSample.Client.Core/appsettings.json, TodoSample/src/TodoSample.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
inputs:
fileType: 'json'
folderPath: './'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'

- task: Bash@3
displayName: 'Generate CSS/JS files'
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
inputs:
fileType: 'json'
folderPath: './'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'

- task: Bash@3
displayName: 'Generate CSS/JS files'
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
inputs:
fileType: 'json'
folderPath: './'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json'
targetFiles: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'

- script: |
dotnet build src/Client/Boilerplate.Client.Core/Boilerplate.Client.Core.csproj -t:BeforeBuildTasks --no-restore -c Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
files: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'src\Client\Boilerplate.Client.Core\appsettings.json'
files: 'src\Client\Boilerplate.Client.Core\appsettings.json, src\Boilerplate.Shared\appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}
WindowsUpdateSettings.FilesUrl: 'https://use-your-server-url-here.com/windows' # Deploy the published Windows application files to your desired hosting location and use the host url here.
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
files: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Update core appsettings.json
uses: devops-actions/[email protected]
with:
files: 'src/Client/Boilerplate.Client.Core/appsettings.json'
files: 'src/Client/Boilerplate.Client.Core/appsettings.json, src/Boilerplate.Shared/appsettings.json'
env:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

Expand Down

0 comments on commit 0713024

Please sign in to comment.