diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 2ba08067d7..adf384f92e 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": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/27.0.36655.0/base", + "artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/27.0.36667.0/base", "country": "base", "useProjectDependencies": true, "repoVersion": "27.0", diff --git a/build/scripts/PreCompileApp.ps1 b/build/scripts/PreCompileApp.ps1 index 99afc12dcf..b193ef6152 100644 --- a/build/scripts/PreCompileApp.ps1 +++ b/build/scripts/PreCompileApp.ps1 @@ -23,6 +23,9 @@ if($appType -eq 'app') $parameters.Value["Features"] += @("lcgtranslationfile") } + # Disable report layout generation for the app compilation to how apps are built internally + $parameters.Value["GenerateReportLayout"] = "No" + if($appBuildMode -eq 'Translated') { Import-Module $PSScriptRoot\AppTranslations.psm1 Restore-TranslationsForApp -AppProjectFolder $parameters.Value["appProjectFolder"]