Skip to content

Commit 3ed364d

Browse files
committed
Fix pipeline failure.
1 parent 2880f83 commit 3ed364d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/dotnet/APIView/APIViewWeb/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>

src/dotnet/APIView/ClientSPA/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"configurations": {
5858
"production": {
5959
"baseHref": "/",
60-
"deployUrl": "/spa/",
60+
"deployUrl": "/spa/browser/",
6161
"budgets": [
6262
{
6363
"type": "initial",

src/dotnet/APIView/apiview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)