Skip to content

Commit d989fc5

Browse files
authored
Merge pull request #3647 from IgniteUI/sstoychev/fixing-index-csr
fix(cd): adding a rename step for new index.html name
2 parents fc3cf53 + 0e1cdbd commit d989fc5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-devops/templates/cd-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ steps:
126126
displayName: 'Update web.config file'
127127
workingDirectory: ${{ parameters.workingDir }}
128128
129+
- script: |
130+
mv "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.csr.html" "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.html"
131+
echo "File renamed successfully."
132+
displayName: Rename index.csr.html to index.html
133+
129134
- script: |
130135
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
131136
destinationZip="$(Build.ArtifactStagingDirectory)/output.zip"

0 commit comments

Comments
 (0)