We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3cf53 + 0e1cdbd commit d989fc5Copy full SHA for d989fc5
1 file changed
azure-devops/templates/cd-template.yml
@@ -126,6 +126,11 @@ steps:
126
displayName: 'Update web.config file'
127
workingDirectory: ${{ parameters.workingDir }}
128
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
+
134
- script: |
135
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
136
destinationZip="$(Build.ArtifactStagingDirectory)/output.zip"
0 commit comments