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,6 +11,27 @@ metadata:
1111 name : content-processinge@1.0
1212
1313hooks :
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+ echo ""
28+ echo " ---------------------------------------------------------------------------------------------------"
29+ echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs."
30+ echo " https://github.com/microsoft/content-processing-solution-accelerator/issues"
31+ echo " ---------------------------------------------------------------------------------------------------"
32+ echo ""
33+ shell : sh
34+ interactive : true
1435 postprovision :
1536 posix :
1637 shell : sh
You can’t perform that action at this time.
0 commit comments