Skip to content

Commit 2eac135

Browse files
Update continuous-integration-workflow.yml
1 parent 59a4302 commit 2eac135

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 }}\web.config"
16+
[xml]$config = Get-Content "${{ github.workspace }}\appsettings.json"
1717
1818
if (-not $config.configuration.'system.webServer') {
1919
$systemWebServer = $config.CreateElement("system.webServer")

0 commit comments

Comments
 (0)