Skip to content

Commit 52e314c

Browse files
Update continuous-integration-workflow.yml
1 parent 2eac135 commit 52e314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Modify web.config
1414
shell: pwsh
1515
run: |
16-
[xml]$config = Get-Content "${{ github.workspace }}\appsettings.json"
16+
[xml]$config = Get-Content "${{ github.workspace }}\WebAPI\LearningHub.Nhs.Api\web.config"
1717
1818
if (-not $config.configuration.'system.webServer') {
1919
$systemWebServer = $config.CreateElement("system.webServer")

0 commit comments

Comments
 (0)