Skip to content

Commit 4904e52

Browse files
committed
fix(cd): changing where crm webconfig is taken
1 parent d980b00 commit 4904e52

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
@@ -112,7 +112,7 @@ steps:
112112
- task: CopyFiles@2
113113
displayName: Copy web.config
114114
inputs:
115-
SourceFolder: $(Build.SourcesDirectory)
115+
SourceFolder: $(Build.SourcesDirectory)/projects/app-crm/
116116
Contents: web.config
117117
TargetFolder: $(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser
118118

0 commit comments

Comments
 (0)