Skip to content

Commit 8dded39

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

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+
echo ""
28+
echo "\033[33m ---------------------------------------------------------------------------------------------------\033[0m"
29+
echo "\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m"
30+
echo "\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m"
31+
echo "\033[33m ---------------------------------------------------------------------------------------------------\033[0m"
32+
echo ""
33+
shell: sh
34+
interactive: true

0 commit comments

Comments
 (0)