File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ parameters:
1515 baseUrl :
1616 type : string
1717 default : ' https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18+
19+ hooks :
20+ preprovision :
21+ windows :
22+ run : |
23+ Write-Host ""
24+ Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
25+ Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow
26+ Write-Host " https://github.com/microsoft/Modernize-your-code-solution-accelerator/issues" -ForegroundColor Cyan
27+ Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
28+ Write-Host ""
29+ shell : pwsh
30+ interactive : true
31+
1832deployment :
1933 mode : Incremental
2034 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