We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee722a + d989fc5 commit 41b675cCopy full SHA for 41b675c
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