Skip to content

Commit a91d1ff

Browse files
Merge pull request #481 from microsoft/dev
fix: merging dev to main
2 parents 8ba032c + 8924ecb commit a91d1ff

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

azure.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3241
deployment:
3342
mode: Incremental
3443
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder

0 commit comments

Comments
 (0)