File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 " node_modules"
4040 ]
4141 },
42- "browser" : " src/main.ts" ,
43- "server" : " src/main.server.ts" ,
44- "outputMode" : " static" ,
45- "ssr" : {
46- "entry" : " src/server.ts"
47- }
42+ "browser" : " src/main.ts"
4843 },
4944 "configurations" : {
5045 "production" : {
164159 ]
165160 },
166161 "preserveSymlinks" : true ,
167- "browser" : " projects/app-lob/src/main.ts" ,
168- "server" : " projects/app-lob/src/main.server.ts" ,
169- "outputMode" : " static" ,
170- "ssr" : {
171- "entry" : " projects/app-lob/src/server.ts"
172- }
162+ "browser" : " projects/app-lob/src/main.ts"
173163 },
174164 "configurations" : {
175165 "production" : {
294284 " node_modules"
295285 ]
296286 },
297- "browser" : " projects/app-crm/src/main.ts" ,
298- "server" : " projects/app-crm/src/main.server.ts" ,
299- "outputMode" : " static" ,
300- "ssr" : {
301- "entry" : " projects/app-crm/src/server.ts"
302- }
287+ "browser" : " projects/app-crm/src/main.ts"
303288 },
304289 "configurations" : {
305290 "production" : {
Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ 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
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
133133
134134 - script : |
135135 sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
@@ -176,7 +176,7 @@ steps:
176176 inputs :
177177 script : |
178178 # Check for changes
179- changeCount=$(git status --porcelain | wc -l)
179+ changeCount=$(git status --porcelain "../${{ parameters.submoduleDir }}" | wc -l)
180180 if [ "$changeCount" -eq 0 ]; then
181181 echo "##vso[task.logissue type=warning]No changes to commit."
182182 exit 0
You can’t perform that action at this time.
0 commit comments