Skip to content

Commit

Permalink
Merge pull request #3586 from IgniteUI/sstoychev/fix-pathing-browser
Browse files Browse the repository at this point in the history
fix(cd): adding correct destination for web.config
  • Loading branch information
ChronosSF authored Jan 31, 2025
2 parents ae7d132 + bcef2dc commit 4939a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/templates/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ steps:
inputs:
SourceFolder: $(Build.SourcesDirectory)
Contents: web.config
TargetFolder: $(Build.SourcesDirectory)/${{ parameters.targetFolder }}
TargetFolder: $(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser

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

0 comments on commit 4939a6d

Please sign in to comment.