Skip to content

Commit af2fba0

Browse files
Add posix in azure.yaml file
1 parent ffa3a1c commit af2fba0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

azure.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ hooks:
2222
Write-Host ""
2323
shell: pwsh
2424
interactive: true
25+
posix:
26+
run: |
27+
printf '\n'
28+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
29+
printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
30+
printf '\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m\n'
31+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
32+
printf '\n'
33+
shell: sh
34+
interactive: true

0 commit comments

Comments
 (0)