From 1e63f950904b1887a462642aeda50d4362d0b3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hartvig=20Gr=C3=B8nbech?= Date: Wed, 18 Mar 2026 10:04:09 +0100 Subject: [PATCH] Test: trivial Shopify change to verify build optimization test-skipping This commit adds a doc comment to a Shopify enum to create a PR where the only app change is in Shopify. The build optimization should skip tests for all non-Shopify apps. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Apps/W1/Shopify/App/src/Base/Enums/ShpfyLoggingMode.Enum.al | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Apps/W1/Shopify/App/src/Base/Enums/ShpfyLoggingMode.Enum.al b/src/Apps/W1/Shopify/App/src/Base/Enums/ShpfyLoggingMode.Enum.al index aa69984dd9..781d9736ef 100644 --- a/src/Apps/W1/Shopify/App/src/Base/Enums/ShpfyLoggingMode.Enum.al +++ b/src/Apps/W1/Shopify/App/src/Base/Enums/ShpfyLoggingMode.Enum.al @@ -5,6 +5,7 @@ namespace Microsoft.Integration.Shopify; +/// Controls the logging verbosity level for Shopify integration operations. enum 30141 "Shpfy Logging Mode" { Extensible = false;