Skip to content

Commit ae2ed74

Browse files
add posix hook for frontend packaging script
1 parent e9f948c commit ae2ed74

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ services:
2626
run: ../../infra/scripts/package_frontend.ps1
2727
interactive: true
2828
continueOnError: false
29+
posix:
30+
shell: sh
31+
run: bash ../../infra/scripts/package_frontend.sh
32+
interactive: true
33+
continueOnError: false

0 commit comments

Comments
 (0)