File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,16 @@ hooks:
2828 Write-Host ""
2929 shell : pwsh
3030 interactive : true
31-
31+ posix :
32+ run : |
33+ printf '\n'
34+ printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
35+ printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
36+ printf '\033[36m https://github.com/microsoft/Modernize-your-code-solution-accelerator/issues\033[0m\n'
37+ printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
38+ printf '\n'
39+ shell : sh
40+ interactive : true
3241deployment :
3342 mode : Incremental
3443 template : ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
You can’t perform that action at this time.
0 commit comments