File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
workingDir : ${{ parameters.workingDir }}
62
62
verbose : false
63
63
customCommand : ${{ parameters.customCommand }}
64
-
64
+
65
65
# - task: PowerShell@2
66
66
# displayName: 'Replace with licensed igniteui-angular'
67
67
# inputs:
@@ -126,10 +126,10 @@ steps:
126
126
displayName: 'Update web.config file'
127
127
workingDirectory: ${{ parameters.workingDir }}
128
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
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
133
134
134
- script : |
135
135
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
Original file line number Diff line number Diff line change 26
26
<add input =" {REQUEST_FILENAME}" matchType =" IsFile" negate =" true" />
27
27
<add input =" {REQUEST_FILENAME}" matchType =" IsDirectory" negate =" true" />
28
28
</conditions >
29
- <action type =" Rewrite" url =" /angular-demos/index.csr.html " />
29
+ <action type =" Rewrite" url =" /angular-demos/" />
30
30
</rule >
31
31
<rule name =" Angular Root Redirect" enabled =" true" stopProcessing =" true" >
32
32
<match url =" ^/?$" />
You can’t perform that action at this time.
0 commit comments