File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,24 @@ metadata:
1111 name : content-processinge@1.0
1212
1313hooks :
14- postprovision : {}
15-
14+ preprovision :
15+ windows :
16+ run : |
17+ Write-Host ""
18+ Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
19+ Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow
20+ Write-Host " https://github.com/microsoft/content-processing-solution-accelerator/issues" -ForegroundColor Cyan
21+ Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
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+ printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
32+ printf '\n'
33+ shell : sh
34+ interactive : true
You can’t perform that action at this time.
0 commit comments