Skip to content

Commit 43f9f79

Browse files
add deployment issue guidance to posix hook
1 parent 4729264 commit 43f9f79

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
@@ -63,6 +63,16 @@ hooks:
6363
Write-Host ""
6464
shell: pwsh
6565
interactive: true
66+
posix:
67+
run: |
68+
echo ""
69+
echo " ---------------------------------------------------------------------------------------------------"
70+
echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs."
71+
echo " https://github.com/microsoft/content-generation-solution-accelerator/issues"
72+
echo " ---------------------------------------------------------------------------------------------------"
73+
echo ""
74+
shell: sh
75+
interactive: true
6676
postprovision:
6777
windows:
6878
run: |

0 commit comments

Comments
 (0)