From e9f4f8c1cd5a08da636f1cd22a3a38f7fbc2a8df Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Fri, 17 Jul 2026 14:20:04 +0530 Subject: [PATCH] Add posix in azure.yaml file --- azure.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index 63c1367c..e472930a 100644 --- a/azure.yaml +++ b/azure.yaml @@ -28,7 +28,16 @@ hooks: Write-Host "" shell: pwsh interactive: true - + posix: + run: | + printf '\n' + printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n' + printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n' + printf '\033[36m https://github.com/microsoft/Modernize-your-code-solution-accelerator/issues\033[0m\n' + printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n' + printf '\n' + shell: sh + interactive: true deployment: mode: Incremental template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder