Skip to content

Commit 649e40c

Browse files
Update continuous-integration-workflow.yml
1 parent 52e314c commit 649e40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
- name: Modify web.config
1414
shell: pwsh
15-
run: |
16-
[xml]$config = Get-Content "${{ github.workspace }}\WebAPI\LearningHub.Nhs.Api\web.config"
15+
run: |
16+
$config = Get-ChildItem -Path "$(Build.SourcesDirectory)" -Recurse -Filter web.config
1717
1818
if (-not $config.configuration.'system.webServer') {
1919
$systemWebServer = $config.CreateElement("system.webServer")

0 commit comments

Comments
 (0)