We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa3a1c commit af2fba0Copy full SHA for af2fba0
1 file changed
azure.yaml
@@ -22,3 +22,13 @@ hooks:
22
Write-Host ""
23
shell: pwsh
24
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
32
33
+ shell: sh
34
+ interactive: true
0 commit comments