Skip to content

Commit 8938129

Browse files
authored
fix yaml path in unified-search-app (#1873)
1 parent 66aab42 commit 8938129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-search-app/.vsts-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
branches:
88
include:
99
- main
10-
path:
10+
paths:
1111
include:
1212
- unified-search-app
1313

@@ -37,4 +37,4 @@ stages:
3737
inputs:
3838
azureSubscription: '$(subscription)'
3939
Action: 'Restart Azure App Service'
40-
WebAppName: '$(webApp)'
40+
WebAppName: '$(webApp)'

0 commit comments

Comments
 (0)