From 7c12b2ff25283a680daba7230cd5c815053f9c92 Mon Sep 17 00:00:00 2001 From: Dayenne Souza Date: Thu, 10 Apr 2025 12:49:08 -0300 Subject: [PATCH] fix yaml path in unified-search-app --- unified-search-app/.vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unified-search-app/.vsts-ci.yml b/unified-search-app/.vsts-ci.yml index d715f9111c..3daa4a14aa 100644 --- a/unified-search-app/.vsts-ci.yml +++ b/unified-search-app/.vsts-ci.yml @@ -7,7 +7,7 @@ trigger: branches: include: - main - path: + paths: include: - unified-search-app @@ -37,4 +37,4 @@ stages: inputs: azureSubscription: '$(subscription)' Action: 'Restart Azure App Service' - WebAppName: '$(webApp)' \ No newline at end of file + WebAppName: '$(webApp)'