From fff8c79ac568217cec1e45f5ebfb594c8923effc Mon Sep 17 00:00:00 2001 From: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> Date: Wed, 23 Sep 2026 15:41:20 +0200 Subject: [PATCH] [27.3] Update BCArtifact version. New value: bcartifacts/Sandbox/27.3//latest Revert artifact pin now that the AL compiler regression (AL0999 internal error, NullReferenceException in CecilDotNetTypeLoader.IsTypeForwardingCircular) is resolved upstream. Restores the floating '//latest' so builds track the newest fixed artifact again. Reverts the pin from bcartifacts/Sandbox/27.3.44313.54782//latest. Related to AB#651107 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/AL-Go-Settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index f3815126fa6..562142a0169 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -6,7 +6,7 @@ "runs-on": "windows-latest", "cacheImageName": "", "UsePsSession": false, - "artifact": "bcartifacts/Sandbox/27.3.44313.54782//latest", + "artifact": "bcartifacts/Sandbox/27.3//latest", "country": "base", "useProjectDependencies": true, "repoVersion": "27.3",