Skip to content

Commit bcef2dc

Browse files
committed
fix(cd): adding correct destination for web.config
1 parent ae7d132 commit bcef2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ steps:
114114
inputs:
115115
SourceFolder: $(Build.SourcesDirectory)
116116
Contents: web.config
117-
TargetFolder: $(Build.SourcesDirectory)/${{ parameters.targetFolder }}
117+
TargetFolder: $(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser
118118

119119
- script: |
120120
sed -i 's/${{ parameters.findRegex }}/${{ parameters.submoduleDir }}/g' $(Build.SourcesDirectory)/${{ parameters.targetFolder }}/web.config

0 commit comments

Comments
 (0)