File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 <add input="{REQUEST_FILENAME}" pattern="isFile" negate="true" />
3131 <add input="{REQUEST_FILENAME}" pattern="isDirectory" negate="true" />
3232 </conditions>
33- <action type="Rewrite" url="./spa/index.html" />
33+ <action type="Rewrite" url="./spa/browser/ index.html" />
3434 </rule>
3535 </rules>
3636 </rewrite>
Original file line number Diff line number Diff line change 5757 "configurations" : {
5858 "production" : {
5959 "baseHref" : " /" ,
60- "deployUrl" : " /spa/" ,
60+ "deployUrl" : " /spa/browser/ " ,
6161 "budgets" : [
6262 {
6363 "type" : " initial" ,
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ extends:
353353 inputs :
354354 folderPath : ' $(Pipeline.Workspace)/APIView/APIViewWeb.zip'
355355 fileType : json
356- targetFiles : wwwroot/spa/assets/config.json
356+ targetFiles : wwwroot/spa/browser/ assets/config.json
357357
358358 - task : AzureRmWebAppDeployment@4
359359 displayName : ' Deploy Azure App Service'
@@ -415,7 +415,7 @@ extends:
415415 inputs :
416416 folderPath : ' $(Pipeline.Workspace)/APIView/APIViewWeb.zip'
417417 fileType : json
418- targetFiles : wwwroot/spa/assets/config.json
418+ targetFiles : wwwroot/spa/browser/ assets/config.json
419419
420420 - task : AzureRmWebAppDeployment@4
421421 displayName : ' Azure App Service Deploy: apiviewuat'
@@ -475,7 +475,7 @@ extends:
475475 inputs :
476476 folderPath : ' $(Pipeline.Workspace)/APIView/APIViewWeb.zip'
477477 fileType : json
478- targetFiles : wwwroot/spa/assets/config.json
478+ targetFiles : wwwroot/spa/browser/ assets/config.json
479479
480480 - task : AzureRmWebAppDeployment@4
481481 displayName : ' Deploy Azure App Service'
You can’t perform that action at this time.
0 commit comments