Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions build/scripts/PreCompileApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading